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

List:       kde-commits
Subject:    branches/work/khtml-svg/svg
From:       Rob Buis <buis () kde ! org>
Date:       2006-04-01 9:57:05
Message-ID: 1143885425.745304.16128.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 525207 by buis:

Bring back circles and ellipses :)


 M  +1 -0      SVGCircleElementImpl.h  
 M  +1 -0      SVGEllipseElementImpl.h  


--- branches/work/khtml-svg/svg/SVGCircleElementImpl.h #525206:525207
@@ -52,6 +52,7 @@
         SVGAnimatedLengthImpl *r() const;
 
         virtual void parseAttribute(DOM::AttributeImpl *);
+        virtual bool rendererIsNeeded(khtml::RenderStyle *style) { return \
SVGStyledElementImpl::checkIfRendererIsNeeded(style); }  
         virtual KCanvasPath *toPathData() const;
 
--- branches/work/khtml-svg/svg/SVGEllipseElementImpl.h #525206:525207
@@ -53,6 +53,7 @@
         SVGAnimatedLengthImpl *ry() const;
 
         virtual void parseAttribute(DOM::AttributeImpl *);
+        virtual bool rendererIsNeeded(khtml::RenderStyle *style) { return \
SVGStyledElementImpl::checkIfRendererIsNeeded(style); }  
         virtual KCanvasPath *toPathData() const;
 


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

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