Skip to content

Commit

Permalink
Merge pull request #46 from goretkin/master
Browse files Browse the repository at this point in the history
Do not move unsupported objects, keep transform
  • Loading branch information
Klowner authored Oct 19, 2021
2 parents 4fcb993 + ce2bba1 commit 0781b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applytransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ def isequal(a, b):
inkex.addNS('text', 'svg'),
inkex.addNS('image', 'svg'),
inkex.addNS('use', 'svg')]:
node.attrib['transform'] = str(transf)
inkex.utils.errormsg(
"Shape %s (%s) not yet supported, try Object to path first"
"Shape %s (%s) not yet supported. Not all transforms will be applied. Try Object to path first"
% (node.TAG, node.get("id"))
)

Expand Down

0 comments on commit 0781b78

Please sign in to comment.