[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-29 23:56:09
Message-ID: 1143676569.646305.32736.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 524212 by wildfox:

Fix path-curves-BE-02.svg, seems to work nice with Qt


 M  +2 -1      SVGPathElementImpl.cpp  


--- branches/work/khtml-svg/svg/SVGPathElementImpl.cpp #524211:524212
@@ -428,7 +428,7 @@
     if(len < 1)
         return 0;
 
-	KCanvasPath *pathData = KRenderingDevice::self()->createPath();
+    KCanvasPath *pathData = KRenderingDevice::self()->createPath();
 
     for(int i = 0; i < len; ++i)
     {
@@ -464,6 +464,7 @@
         }
     }
 
+    pathData->closeSubpath();
     return pathData;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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