fritzing / fritzing-app

Fritzing desktop application
http://fritzing.org
Other
4.04k stars 834 forks source link

custom pcbs can only be resized in proportion #2005

Open davidperrenoud opened 10 years ago

davidperrenoud commented 10 years ago

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

KjellMorgenstern commented 2 months 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:

image

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.