summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2010-04-02 16:34:59 +0000
committerAlvin Penner <penner@vaxxine.com>2010-04-02 16:34:59 +0000
commit359c083429295b4be4ca96d655c0d50f38f86a7a (patch)
tree2ee909dd58df97cfdec0b30c98c996c99ad309ec /share/extensions
parentTranslations. French translation update. (diff)
downloadinkscape-359c083429295b4be4ca96d655c0d50f38f86a7a.tar.gz
inkscape-359c083429295b4be4ca96d655c0d50f38f86a7a.zip
patch for Bug 461964 comment 16
(bzr r9276)
Diffstat (limited to 'share/extensions')
-rw-r--r--share/extensions/wireframe_sphere.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/wireframe_sphere.py b/share/extensions/wireframe_sphere.py
index 8fbd4d3f1..5391af3e6 100644
--- a/share/extensions/wireframe_sphere.py
+++ b/share/extensions/wireframe_sphere.py
@@ -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),