05-08-2020, 02:10 PM
TransformShapes cannot work all the time - for example if you apply a rotation by 30 degrees to the Rectangle, then it is not possible to define the rotated Rectangle without a transformation. But because this option removes the transformations, then the Rectangle will not be correct.
In your case you are using -1 for ScaleX. I tried to support this special case but in the very limited time that I had I was not able to do that. Also, this would support only a few special cases (where ScaleX or ScaleY is -1).
Therefore I would ask you to update your svg file so that you do not use negative scale values.
In your case you are using -1 for ScaleX. I tried to support this special case but in the very limited time that I had I was not able to do that. Also, this would support only a few special cases (where ScaleX or ScaleY is -1).
Therefore I would ask you to update your svg file so that you do not use negative scale values.
Andrej Benedik

