Re: Distortion resizing group of vector graphics

2016-10-17 Thread Bob Sneidar
Yup. Otherwise you incur generational loss. Like editing and saving a JPEG multiple times on high compression. Bob S > On Oct 1, 2016, at 18:39 , Scott Rossi wrote: > > The only method I've found to accomplish this is to store all original rects > before doing any scaling, and base all size

Re: Distortion resizing group of vector graphics

2016-10-01 Thread Alejandro Tejada
Hi Scott, On Sat Oct 1 2016, Scott Rossi wrote: > The only method I've found to accomplish this > is to store all original rects before doing any > scaling and base all size computations on the > stored dimensions until the next resize event. > It requires a little effort, but it works. I underst

Re: Distortion resizing group of vector graphics

2016-10-01 Thread Scott Rossi
The only method I've found to accomplish this is to store all original rects before doing any scaling, and base all size computations on the stored dimensions until the next resize event. It requires a little effort, but it works. Regards, Scott Rossi Creative Director Tactile Media UX/UI Des