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

List:       kde-commits
Subject:    branches/work/khtml-svg/svg
From:       Nikolas Zimmermann <wildfox () kde ! org>
Date:       2006-03-24 12:21:53
Message-ID: 1143202913.639119.26908.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 522088 by wildfox:

All SVG DOM data type primitives are done now.


 M  +0 -24     CONVERSION-TODO-LIST  
 M  +3 -1      Makefile.am  
 A             SVGAnimatedPointsImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGAnimatedPointsImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGAnimatedRectImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGAnimatedRectImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGMatrixImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGMatrixImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGPointImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGPointImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGPointListImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGPointListImpl.h   [License: LGPL (v2+) (wrong address)]
 M  +4 -4      SVGPreserveAspectRatioImpl.cpp  
 M  +1 -2      SVGPreserveAspectRatioImpl.h  
 A             SVGRectImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGRectImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGTransformImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGTransformImpl.h   [License: LGPL (v2+) (wrong address)]
 A             SVGTransformListImpl.cpp   [License: LGPL (v2+) (wrong address)]
 A             SVGTransformListImpl.h   [License: LGPL (v2+) (wrong address)]


--- branches/work/khtml-svg/svg/CONVERSION-TODO-LIST #522087:522088
@@ -3,12 +3,6 @@
 
 NOW
 ---
-SVGAnimatedPointsImpl.cpp
-SVGAnimatedPointsImpl.h
-
-SVGAnimatedRectImpl.cpp
-SVGAnimatedRectImpl.h
-
 SVGAnimatedTransformListImpl.cpp
 SVGAnimatedTransformListImpl.h
 
@@ -27,30 +21,12 @@
 SVGZoomAndPanImpl.cpp
 SVGZoomAndPanImpl.h
 
-SVGTransformImpl.cpp
-SVGTransformImpl.h
-
-SVGTransformListImpl.cpp
-SVGTransformListImpl.h
-
 SVGTransformableImpl.cpp
 SVGTransformableImpl.h
 
 SVGURIReferenceImpl.cpp
 SVGURIReferenceImpl.h
 
-SVGMatrixImpl.cpp
-SVGMatrixImpl.h
-
-SVGPointImpl.cpp
-SVGPointImpl.h
-
-SVGPointListImpl.cpp
-SVGPointListImpl.h
-
-SVGRectImpl.cpp
-SVGRectImpl.h
-
 SVGSVGElementImpl.cpp
 SVGSVGElementImpl.h
 
--- branches/work/khtml-svg/svg/Makefile.am #522087:522088
@@ -12,5 +12,7 @@
 						 SVGNumberImpl.cpp SVGNumberListImpl.cpp SVGAnimatedNumberListImpl.cpp \
 						 SVGPathSegImpl.cpp SVGPathSegListImpl.cpp SVGAnimatedPathDataImpl.cpp \
 						 SVGPreserveAspectRatioImpl.cpp SVGAnimatedPreserveAspectRatioImpl.cpp \
-						 SVGStringListImpl.cpp SVGAnimatedStringImpl.cpp \
+						 SVGRectImpl.cpp SVGAnimatedRectImpl.cpp SVGPointImpl.cpp SVGPointListImpl.cpp \
\ +						 SVGAnimatedPointsImpl.cpp SVGMatrixImpl.cpp SVGTransformImpl.cpp \
+						 SVGTransformListImpl.cpp SVGStringListImpl.cpp SVGAnimatedStringImpl.cpp \
 						 svgpathparser.cpp
--- branches/work/khtml-svg/svg/SVGPreserveAspectRatioImpl.cpp #522087:522088
@@ -25,6 +25,7 @@
 
 #include "xml/dom_stringimpl.h"
 
+#include "SVGMatrixImpl.h"
 #include "SVGStyledElementImpl.h"
 #include "SVGPreserveAspectRatioImpl.h"
 
@@ -109,11 +110,10 @@
         m_context->notifyAttributeChange();
 }
 
-/* FIXME
 SVGMatrixImpl *SVGPreserveAspectRatioImpl::getCTM(float logicX, float logicY, float \
                logicWidth, float logicHeight,
-                                                  float / *physX* /, float / *physY* \
/, float physWidth, float physHeight) +                                               \
float /* physX */, float /* physY */, float physWidth, float physHeight)  {
-    SVGMatrixImpl *temp = SVGSVGElementImpl::createSVGMatrix();
+    SVGMatrixImpl *temp = 0; /* FIXME SVGSVGElementImpl::createSVGMatrix(); */
 
     if(align() == SVG_PRESERVEASPECTRATIO_UNKNOWN)
         return temp;
@@ -151,5 +151,5 @@
 
     return temp;
 }
-*/
+
 // vim:ts=4:noet
--- branches/work/khtml-svg/svg/SVGPreserveAspectRatioImpl.h #522087:522088
@@ -65,12 +65,11 @@
         void setMeetOrSlice(unsigned short, int &exceptioncode);
         unsigned short meetOrSlice() const;
  
-/* FIXME
         SVGMatrixImpl *getCTM(float logicX, float logicY,
                               float logicWidth, float logicHeight,
                               float physX, float physY, float physWidth,
                               float physHeight);
-*/
+
         // Helper
         void parsePreserveAspectRatio(const DOM::DOMString &string);
 


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

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