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

List:       kde-commits
Subject:    branches/work/khtml-svg
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-30 0:18:14
Message-ID: 1143677894.701313.2531.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 524218 by wildfox:

Add <desc> + <view> + <line> element. Enough for me tonite :-)


 M  +0 -12     svg/CONVERSION-TODO-LIST  
 M  +1 -0      svg/Makefile.am  
 A             svg/SVGDescElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGDescElementImpl.h   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGLineElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGLineElementImpl.h   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGViewElementImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             svg/SVGViewElementImpl.h   [License: LGPL (v2+) (wrong address)]
 M  +18 -0     xml/dom_docimpl.cpp  


--- branches/work/khtml-svg/svg/CONVERSION-TODO-LIST #524217:524218
@@ -21,18 +21,12 @@
 SVGCursorElementImpl.cpp
 SVGCursorElementImpl.h
 
-SVGDescElementImpl.cpp
-SVGDescElementImpl.h
-
 SVGElementInstanceImpl.cpp
 SVGElementInstanceImpl.h
 
 SVGElementInstanceListImpl.cpp
 SVGElementInstanceListImpl.h
 
-SVGExceptionImpl.cpp
-SVGExceptionImpl.h
-
 SVGGradientElementImpl.cpp
 SVGGradientElementImpl.h
 
@@ -42,9 +36,6 @@
 SVGImageElementImpl.cpp
 SVGImageElementImpl.h
 
-SVGLineElementImpl.cpp
-SVGLineElementImpl.h
-
 SVGLinearGradientElementImpl.cpp
 SVGLinearGradientElementImpl.h
 
@@ -66,9 +57,6 @@
 SVGUseElementImpl.cpp
 SVGUseElementImpl.h
 
-SVGViewElementImpl.cpp
-SVGViewElementImpl.h
-
 SVGSolidColorElementImpl.cpp
 SVGSolidColorElementImpl.h
 
--- branches/work/khtml-svg/svg/Makefile.am #524217:524218
@@ -21,6 +21,7 @@
 						 SVGSVGElementImpl.cpp SVGEllipseElementImpl.cpp SVGCircleElementImpl.cpp \
 						 SVGRectElementImpl.cpp SVGGElementImpl.cpp SVGPolyElementImpl.cpp \
 						 SVGPolylineElementImpl.cpp SVGPolygonElementImpl.cpp SVGDefsElementImpl.cpp \
+						 SVGDescElementImpl.cpp SVGViewElementImpl.cpp SVGLineElementImpl.cpp \
 						 SVGPathSegArcImpl.cpp SVGPathSegClosePathImpl.cpp \
 						 SVGPathSegCurvetoCubicImpl.cpp SVGPathSegCurvetoCubicSmoothImpl.cpp \
 						 SVGPathSegCurvetoQuadraticImpl.cpp SVGPathSegCurvetoQuadraticSmoothImpl.cpp \
--- branches/work/khtml-svg/xml/dom_docimpl.cpp #524217:524218
@@ -88,8 +88,11 @@
 #if SVG_SUPPORT
 #include "svg/SVGSVGElementImpl.h"
 #include "svg/SVGDefsElementImpl.h"
+#include "svg/SVGDescElementImpl.h"
 #include "svg/SVGRectElementImpl.h"
 #include "svg/SVGPathElementImpl.h"
+#include "svg/SVGLineElementImpl.h"
+#include "svg/SVGViewElementImpl.h"
 #include "svg/SVGCircleElementImpl.h"
 #include "svg/SVGEllipseElementImpl.h"
 #include "svg/SVGGElementImpl.h"
@@ -1051,6 +1054,21 @@
             n = new KSVG::SVGPathElementImpl(docPtr());
             break;
         }
+        case SVGID_LINE:
+        {
+            n = new KSVG::SVGLineElementImpl(docPtr());
+            break;
+        }
+        case SVGID_VIEW:
+        {
+            n = new KSVG::SVGViewElementImpl(docPtr());
+            break;
+        }
+        case SVGID_DESC:
+        {
+            n = new KSVG::SVGDescElementImpl(docPtr());
+            break;
+        }
         case SVGID_DEFS:
         {
             n = new KSVG::SVGDefsElementImpl(docPtr());
[prev in list] [next in list] [prev in thread] [next in thread] 

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