Asymptote export: Call variable with all paths all.
This commit is contained in:
parent
a2ce9df576
commit
7dc8da588e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue