Comment 0 for bug 165727

Revision history for this message
Buliabyak-users (buliabyak-users) wrote :

In the "show object" (default) mode in selector, when
you transform an object by mousedrag, it is simply
scaled in its entirety. Thus the following modes are
not honored (the display is only restored when you
release mouse):

- not-scaling stroke width

- not-transforming pattern fills

- not-transforming gradient fills

- not-scaling rounded corners in rects

All of these except the last one can be fixed after we
decouple SPStyle from the renderer and add
compensations to the function that copies style
information to the renderer. The last one which is
basically the same as bug 848692 is probably not fixable.