diff options
Diffstat (limited to 'share/extensions/wireframe_sphere.py')
| -rw-r--r-- | share/extensions/wireframe_sphere.py | 2 |
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), |
