scaling when not scaling of stroke and radii is wrong

Bug #166178 reported by Ikoframe
2
Affects Status Importance Assigned to Milestone
Inkscape
Invalid
Low
Buliabyak-users

Bug Description

if scaling an object with scaling of stroke and/or
radii disabled, it is beeing scaled like if it was
enabled. It is scaled properly when the button is
released. I think the "preview" of scaling should be
appropriate to the fact if stroke... scaling is enabled
or disabled.

Revision history for this message
Peter Moulder (pjrm) wrote :

Confirmed with current CVS.
Currently the compensation of stroke-width is in
sp_item_write_transform, which is called only when writing
to the repr. (The functions that sp_item_write_transform
calls tend to call item->updateRepr().)
To provide the desired accurate previewing of stroke width,
I think we'd have a function like the current
sp_item_write_transform except without updating the repr(s).

This bug affects only the preview of the shape while still
being dragged, so I'm assigning a low priority number.

There are a few areas where inkscape delays updating the
display until either an idle event or the mouse is released.
 Typically these are to improve responsiveness with large
drawings. I don't know offhand whether this is such a case.
 Eventually inkscape may become smarter at handling such
cases, though I'd guess people won't look at that for a while.

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

dupe of 969406, please add your comments there

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.