summaryrefslogtreecommitdiff
path: root/support/inkscape
diff options
context:
space:
mode:
authorMichael Schwarz <michi.schwarz@gmail.com>2015-08-10 21:38:10 +0200
committerMichael Schwarz <michi.schwarz@gmail.com>2015-08-10 21:38:10 +0200
commit7dc8da588eb624521ca67e1fdf99dbf8526a57bb (patch)
tree43f84e7d8d786f7437ab9c1beceabee3f1279aab /support/inkscape
parenta2ce9df576154baf710d3d05db405c8a76c9dffb (diff)
downloadpogojig-7dc8da588eb624521ca67e1fdf99dbf8526a57bb.tar.gz
pogojig-7dc8da588eb624521ca67e1fdf99dbf8526a57bb.tar.bz2
pogojig-7dc8da588eb624521ca67e1fdf99dbf8526a57bb.zip
Asymptote export: Call variable with all paths `all`.
Diffstat (limited to 'support/inkscape')
-rw-r--r--support/inkscape/effect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/inkscape/effect.py b/support/inkscape/effect.py
index 6d62f81..b7eb771 100644
--- a/support/inkscape/effect.py
+++ b/support/inkscape/effect.py
@@ -26,7 +26,7 @@ def _get_unit_factors_map():
class ExportEffect(inkex.Effect):
_unit_factors = _get_unit_factors_map()
- _asymptote_all_paths_name = 'paths'
+ _asymptote_all_paths_name = 'all'
def __init__(self):
inkex.Effect.__init__(self)