Asymptote export: Call variable with all paths all.

This commit is contained in:
Michael Schwarz 2015-08-10 21:38:10 +02:00
parent a2ce9df576
commit 7dc8da588e

View file

@ -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)