Hi Mario,
re:
> i export to SVG format
> I open the svg file in moi and the dimensions are different and the drawing "squashed"
It's a bug in MoI's SVG export, the bug is that if your operating system locale is set to use the comma as the decimal point separator, MoI will accidentally generate a comma for the decimal point separator inside one spot in the SVG code which is only supposed to have a period as the decimal point.
For the moment you can fix it by editing the .svg file in a text editor. On the second line of the .svg file, go to the viewBox=" " attribute and replace any commas in the viewBox=" " with periods.
> A similar test done on home pc, (Windows 10) all ok
> In the office (Windows 11) I always get this result....
Probably on one system you have commas for the decimal point but on the other period for the decimal point?
Please let me know if it was not this issue.
Thanks,
- Michael
|