svgtopt/SVG/SVGImpl/src/SVGDocumentImpl.cpp
branchRCL_3
changeset 38 db5c883ad1c5
parent 10 baacd33d915b
child 39 1902ade171ab
equal deleted inserted replaced
22:9be6eed35a80 38:db5c883ad1c5
    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 KSvgDefsElement:
   377        case KSvgForeignObjectElement:
   378 			// defs
       
   379         	return ( MXmlElement * ) CSvgDefsElementImpl::NewL((TUint8) position, this);
       
   380 
       
   381 		case KSvgForeignObjectElement:
       
   382 			// foreignObject
   378 			// foreignObject
   383     		return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);
   379     		return ( MXmlElement * ) CSvgForeignObjectElementImpl::NewL((TUint8) position, this);
   384 
   380 
   385         case KSvgStyleElement:
   381         case KSvgStyleElement:
   386             // style
   382             // style