
On Thu, 16 Dec 2004 08:56:04 -0400, bulia byak <buliabyak@...400...> wrote:
This is what is currently done for stroke width: if an object is scaled (either by its own transform= or that of its ancestor group) so that its stroke _looks_ 2pt wide, the Fill & Stroke dialog will be 2pt, even if the source SVG has stroke-width:1pt.
It must be added that, even though currently a non-uniformly scaled object with reported stroke width of 2pt does indeed shows uniform 2pt stroke everywhere, this is in fact a bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=851008&grou...
which must be fixed eventually. And when it is fixed (i.e. when stroke is displayed properly transformed), the match between the reported stroke width and the visible width in different parts of the stroke will be broken for anything but uniform scale, much like it is now broken for anything but uniform scale with text. So this is a universal problem and I'm not sure a universal solution exists.