diff options
| author | Alvin Penner <penner@vaxxine.com> | 2014-04-25 19:23:41 +0000 |
|---|---|---|
| committer | apenner <penner@vaxxine.com> | 2014-04-25 19:23:41 +0000 |
| commit | d0a835934d4fa1c5713d199632d75a6770b489f8 (patch) | |
| tree | d066cb07f4eb22cf5bbc04c7c8d698e5631ac650 | |
| parent | Translations. French translation update (92%). (diff) | |
| download | inkscape-d0a835934d4fa1c5713d199632d75a6770b489f8.tar.gz inkscape-d0a835934d4fa1c5713d199632d75a6770b489f8.zip | |
extensions. dxf_input. style change in gcodetools_point by dormouse (Bug 1308986, comment 11)
(bzr r13304)
| -rwxr-xr-x | share/extensions/dxf_input.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/dxf_input.py b/share/extensions/dxf_input.py index 235b9ae8f..7ca176c92 100755 --- a/share/extensions/dxf_input.py +++ b/share/extensions/dxf_input.py @@ -322,7 +322,7 @@ def generate_ellipse(xc, yc, xm, ym, w, a1, a2): def generate_gcodetools_point(xc, yc): path= 'm %s,%s 2.9375,-6.34375 0.8125,1.90625 6.84375,-6.84375 0,0 0.6875,0.6875 -6.84375,6.84375 1.90625,0.8125 z' % (xc,yc) - attribs = {'d': path, inkex.addNS('dxfpoint','inkscape'):'1', 'style': 'stroke:#ff0000;fill:#ff0000'} + attribs = {'d': path, inkex.addNS('dxfpoint','inkscape'):'1', 'style': 'stroke:none;fill:#ff0000'} inkex.etree.SubElement(layer, 'path', attribs) def get_line(): |
