[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/khtml-svg
From:       Rob Buis <buis () kde ! org>
Date:       2006-03-28 18:22:25
Message-ID: 1143570145.901526.30945.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 523644 by buis:

Now we are able to process <defs> again :)


 M  +0 -3      svg/CONVERSION-TODO-LIST  
 M  +1 -0      svg/Makefile.am  
 A             svg/SVGDefsElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGDefsElementImpl.h   [License: LGPL (v2+) (wrong address)]
 M  +6 -0      xml/dom_docimpl.cpp  


--- branches/work/khtml-svg/svg/CONVERSION-TODO-LIST #523643:523644
@@ -21,9 +21,6 @@
 SVGCursorElementImpl.cpp
 SVGCursorElementImpl.h
 
-SVGDefsElementImpl.cpp
-SVGDefsElementImpl.h
-
 SVGDescElementImpl.cpp
 SVGDescElementImpl.h
 
--- branches/work/khtml-svg/svg/Makefile.am #523643:523644
@@ -21,4 +21,5 @@
 						 SVGSVGElementImpl.cpp SVGEllipseElementImpl.cpp SVGCircleElementImpl.cpp \
 						 SVGRectElementImpl.cpp SVGGElementImpl.cpp KCanvasRenderingStyle.cpp \
 						 SVGPolyElementImpl.cpp SVGPolylineElementImpl.cpp SVGPolygonElementImpl.cpp \
+						 SVGDefsElementImpl.cpp \
 						 svgpathparser.cpp
--- branches/work/khtml-svg/xml/dom_docimpl.cpp #523643:523644
@@ -87,6 +87,7 @@
 
 #if SVG_SUPPORT
 #include "svg/SVGSVGElementImpl.h"
+#include "svg/SVGDefsElementImpl.h"
 #include "svg/SVGRectElementImpl.h"
 #include "svg/SVGCircleElementImpl.h"
 #include "svg/SVGEllipseElementImpl.h"
@@ -1044,6 +1045,11 @@
 			n = new KSVG::SVGPolygonElementImpl(docPtr());
 			break;
 		}
+		case SVGID_DEFS:
+		{
+			n = new KSVG::SVGDefsElementImpl(docPtr());
+			break;
+		}
 		default:
 			break;
 	}
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic