From: acspike Date: Wed, 15 Feb 2006 00:21:25 +0000 (+0000) Subject: fix svg to dxf scaling factor X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0394a5e5934f773e9e9b260593d98dc9aca01f6f;p=inkscape.git fix svg to dxf scaling factor --- 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'