Closed mlhoutel closed 2 years ago
In some cases, saving the source svg while editing sozi will arbitrarily move and resize some layers.
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100"> <g> <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100" height="100" viewBox="0 0 210 297"> <g> <image width="206" height="80" id="image" x="2" y="2" href="https://pixnio.com/free-images/2018/08/21/2018-08-21-20-52-01-460x264.jpg"> </image> </g> </svg> </g> </svg>
Editing and saving the source svg should only take into account the updates of the document and apply them as such in the sozi project.
Editing and saving the source svg apply arbitrary translations and resize of layers in the sozi project.
Thanks
Summary of your problem or feature request
In some cases, saving the source svg while editing sozi will arbitrarily move and resize some layers.
Version of Sozi and other relevant software
Steps to reproduce the problem
Expected behavior
Editing and saving the source svg should only take into account the updates of the document and apply them as such in the sozi project.
Observed behaviour
Editing and saving the source svg apply arbitrary translations and resize of layers in the sozi project.