diff options
author | makefu <github@syntax-fehler.de> | 2018-10-08 23:39:41 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-10-08 23:39:41 +0200 |
commit | 77bf84d5ffdab0f930c125ae8daaa15e25e4c879 (patch) | |
tree | 28ddf94ec5891982d46d75f3df72c5ae882eff0e /makefu/5pkgs/custom/inkscape/dxf_fix.patch | |
parent | e51aa863c5c7b6403b2b8dcbe064697476f200ea (diff) |
ma pkgs.inkscape: share/extensions solves the issue
see ee44a46c858b5a80c1888ab5d38aef43a9577783 in https://gitlab.com/inkscape/extensions
Diffstat (limited to 'makefu/5pkgs/custom/inkscape/dxf_fix.patch')
-rw-r--r-- | makefu/5pkgs/custom/inkscape/dxf_fix.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/makefu/5pkgs/custom/inkscape/dxf_fix.patch b/makefu/5pkgs/custom/inkscape/dxf_fix.patch deleted file mode 100644 index b7b491d4e..000000000 --- a/makefu/5pkgs/custom/inkscape/dxf_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./share/extensions/dxf_outlines.py 2017-10-08 17:28:45.553368917 +0200 -+++ ./share/extensions/dxf_outlines.py.new 2017-10-08 17:29:20.172554152 +0200 -@@ -341,7 +341,7 @@ - if not scale: - scale = 25.4/96 # if no scale is specified, assume inch as baseunit - scale /= self.unittouu('1px') -- h = self.unittouu(self.document.getroot().xpath('@height', namespaces=inkex.NSS)[0]) -+ h = self.unittouu(self.documentHeight()) - self.groupmat = [[[scale, 0.0, 0.0], [0.0, -scale, h*scale]]] - doc = self.document.getroot() - self.process_group(doc) - |