From 6853f12a1ac7e4036cc0c32d71d0bd0a9bde738c Mon Sep 17 00:00:00 2001 From: Alvin Penner Date: Fri, 2 Apr 2010 12:34:59 -0400 Subject: [PATCH] patch for Bug 461964 comment 16 --- share/extensions/wireframe_sphere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.30.2