- The origin option is not being used and will be deleted soon.
Done. Apparently, there's nothing to be removed from the preferences-skeleton, right? I just removed "_t_sel_org_edge.init". I'd appreciate it if anyone could shed some light on this... E.g. what about translation files? Will these be synced automagically?
- The origin doesn't drift away any longer
This now also holds when mirroring occurs while dragging the handles around
- The stroke width scales while dragging, even when the corresponding
button has been disabled. When releasing the handle everything turns out just fine, but while dragging it still looks like snapping wrong. I don't think this is due to the selector tool though. Has anyone looked into this before?
Certainly. It's one of the oldest bugs in our tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=969406&grou...
The reason is that for speed, while you are dragging transformation handle, seltrans does not update the repr of the object, but only the object itself. Therefore stroke width adjustments are not written to the object's style. And the display engine takes stroke width from the style and unconditionally scales it by the object's transform. Therefore the displayed stroke width grows as you scale it up. Once you release mouse, stroke width is adjusted and fully written, so the display becomes correct.
OK, I see the problem here. I'm not going to try tackling this one ;-)
Thanks for your help Bulia, I couldn't have solved these bugs without your help!
Regards,
Diederik