summaryrefslogtreecommitdiffstats
path: root/share/extensions
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-02-15 00:21:25 +0000
committeracspike <acspike@users.sourceforge.net>2006-02-15 00:21:25 +0000
commit3e132f756e51c4726f6e7a8cd6019692c87bc094 (patch)
treec7564e2951788e9002004c4fd46a8fe56c3c5209 /share/extensions
parent* src/display/sp-canvas.cpp, display/sp-canvas.h, connector-context.cpp: (diff)
downloadinkscape-3e132f756e51c4726f6e7a8cd6019692c87bc094.tar.gz
inkscape-3e132f756e51c4726f6e7a8cd6019692c87bc094.zip
fix svg to dxf scaling factor
(bzr r143)
Diffstat (limited to 'share/extensions')
-rwxr-xr-xshare/extensions/dxf_outlines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/dxf_outlines.py b/share/extensions/dxf_outlines.py
index cb68ef4d6..01e7b0633 100755
--- a/share/extensions/dxf_outlines.py
+++ b/share/extensions/dxf_outlines.py
@@ -62,7 +62,7 @@ class MyEffect(inkex.Effect):
# NURB Curves: A Guide for the Uninitiated By Philip J. Schneider
self.dxf_add("999\nDXF created by Inkscape\n0\nSECTION\n2\nENTITIES")
- scale = 5.0/18.0
+ scale = 25.4/90.0
h = unittouu(inkex.xml.xpath.Evaluate('/svg/@height',self.document)[0].value)
path = '//path'