diff options
-rw-r--r-- | support/inkscape/effect.py | 2 |
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) |