summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 01bd8c4)
raw | patch | inline | side by side (parent: 01bd8c4)
author | Alvin Penner <penner@vaxxine.com> | |
Fri, 2 Apr 2010 16:34:59 +0000 (12:34 -0400) | ||
committer | Alvin Penner <penner@vaxxine.com> | |
Fri, 2 Apr 2010 16:34:59 +0000 (12:34 -0400) |
share/extensions/wireframe_sphere.py | patch | blob | history |
index 8fbd4d3f12662184d6d943b5e55a5890c56993e5..5391af3e6c8bd397236fb36a69c7a665f1803021 100644 (file)
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),