svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp
branchRCL_3
changeset 18 1902ade171ab
parent 17 db5c883ad1c5
equal deleted inserted replaced
17:db5c883ad1c5 18:1902ade171ab
    75 #include "SVGErrorImpl.h"
    75 #include "SVGErrorImpl.h"
    76 #include "SVGFontHashMap.h"
    76 #include "SVGFontHashMap.h"
    77 #include "SVGTimeContainer.h"
    77 #include "SVGTimeContainer.h"
    78 #include <ezgzip.h>
    78 #include <ezgzip.h>
    79 
    79 
    80 //#include <caf/caf.h>
    80 #include <caf/caf.h>
    81 #include <bautils.h>
    81 #include <bautils.h>
    82 
    82 
    83 // ==========================================================================
    83 // ==========================================================================
    84 // Need method description
    84 // Need method description
    85 // ==========================================================================
    85 // ==========================================================================
   372 
   372 
   373         case KSvgEllipseElement:
   373         case KSvgEllipseElement:
   374             // ellipse
   374             // ellipse
   375             return ( MXmlElement * ) CSvgEllipseElementImpl::NewL( (TUint8) position, this );
   375             return ( MXmlElement * ) CSvgEllipseElementImpl::NewL( (TUint8) position, this );
   376 
   376 
   377        case KSvgForeignObjectElement:
   377         case KSvgDefsElement:
       
   378 			// defs
       
   379         	return ( MXmlElement * ) CSvgDefsElementImpl::NewL((TUint8) position, this);
       
   380 
       
   381 		case KSvgForeignObjectElement:
   378 			// foreignObject
   382 			// foreignObject
   379     		return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);
   383     		return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);
   380 
   384 
   381         case KSvgStyleElement:
   385         case KSvgStyleElement:
   382             // style
   386             // style