renderer: fix clone handling

This commit is contained in:
jaseg 2019-11-12 12:17:17 +01:00
parent 75dd7db73f
commit 1adaa6e883

View file

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