Code

patch for Bug 461964 comment 16
authorAlvin Penner <penner@vaxxine.com>
Fri, 2 Apr 2010 16:34:59 +0000 (12:34 -0400)
committerAlvin Penner <penner@vaxxine.com>
Fri, 2 Apr 2010 16:34:59 +0000 (12:34 -0400)
share/extensions/wireframe_sphere.py

index 8fbd4d3f12662184d6d943b5e55a5890c56993e5..5391af3e6c8bd397236fb36a69c7a665f1803021 100644 (file)
@@ -66,7 +66,7 @@ from math import *
 def draw_SVG_ellipse((rx, ry), (cx, cy), parent, start_end=(0,2*pi),transform='' ):
 
     style = {   'stroke'        : '#000000',
-                'width'         : '1',
+                'stroke-width'  : '1',
                 'fill'          : 'none'            }
     circ_attribs = {'style':simplestyle.formatStyle(style),
         inkex.addNS('cx','sodipodi')        :str(cx),