From 7dc8da588eb624521ca67e1fdf99dbf8526a57bb Mon Sep 17 00:00:00 2001 From: Michael Schwarz Date: Mon, 10 Aug 2015 21:38:10 +0200 Subject: Asymptote export: Call variable with all paths `all`. --- support/inkscape/effect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/inkscape') 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) -- cgit