How to force "scale corners" when using .resize() ?
I simply want to resize my objects but sometimes I accidentally leave the "scale corners" option unchecked therefore rounded corners don't scale proportionally along with the rest of the object. Is there a way to force the scaling of corners with .resize somehow or some other way?
I'm already using this but it ignores scaling corners if the user option is accidentally left disabled:
x.resize(scaleMult, scaleMult, true, true, true, true, scaleMult, undefined)
Expanding the objects won't work in this case as a workaround since my objects are simple squares and other path types.
