Open davidperrenoud opened 10 years ago
For a rounded rectangle, this now works fine. If the rectangle is resized so that the corners become squished, they will still export correctly:
Still, for custom shapes, the apect ration is locked.
Related to #4005 , if we allow custom shapes (edit paths) or addition and substraction of basic shapes, we might as well add an option to lock resize and ratio.
From irasc...@gmail.com on June 03, 2012 05:04:43
because at export time, the svg circle is seen as a circle, regardless of the fact that dpi-X != dpi-Y. Export would have to convert to raster in these cases (and somehow the information would have to be preserved).
Original issue: http://code.google.com/p/fritzing/issues/detail?id=2005