renderer: fix clone handling
This commit is contained in:
parent
75dd7db73f
commit
1adaa6e883
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ def _unfuck_svg_document(temp_svg_path):
|
|||
|
||||
command_line.apply_to_layer_content(layer_copy, 'ObjectToPath')
|
||||
command_line.apply_to_layer_content(layer_copy, 'SelectionUnGroup')
|
||||
command_line.apply_to_layer_content(layer_copy, 'EditUnlinkClone')
|
||||
|
||||
if not i.use_paths:
|
||||
command_line.apply_to_layer_content(layer_copy, 'StrokeToPath')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue