X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f Date: Wed, 7 May 2014 11:17:30 -0400 Message-Id: <201405071517.s47FHU9r019748@envy.delorie.com> From: DJ Delorie To: geda-user AT delorie DOT com In-reply-to: (message from Filippo Micheletti on Wed, 7 May 2014 11:16:54 +0200) Subject: Re: [geda-user] import SVG into PCB References: <201405061601 DOT s46G1YMc019081 AT envy DOT delorie DOT com> Reply-To: geda-user AT delorie DOT com The problem isn't resizing a polygon (imported graphics are rendered as polygons). The problem is defining an arbitrary "resize buffer" that does the right thing if the buffer has something other than just polygons in it. What if the user asks to scale an element? A hole? At the very least the tool needs to fail gracefully if the user tries to do something "nonsensical". Also, every feature request gets the same advice: write a plugin and see how it works. Try it and play with it. Share it and see what others think of your solution.