https://bugs.kde.org/show_bug.cgi?id=503202
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #1 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, acc4commissions! I'm not sure we can actually solve this problem. It is related to the way how we transform shapes. Basically, every shape has two distinct properties: 1) size; 2) transformation. When you scale the image, the shape's transformation is changed, but the shape itself (and its thickness) is kept intact. It means that the thickness values of the scaled shape are "not correct", strictly speaking. When you add a new shape, its thickness is "correct", i.e. the one you selected in the toolbox. We have three "solutions" for this problem: 1) Just accept this peculiarity 2) When scaling the image transform individual shapes instead of the entire layer. Then you could call Transform->Reset Transform on the original shape ("shape 1") and it will reset to the original thickness. 3) Change the definition of the GUI (or add an option) to make sure that the thickness means an "unscaled" thickness, i.e. thickness before the transform. -- You are receiving this mail because: You are watching all bug changes.