Re: SVG: stroke-width and scale

2012-05-06 Thread Marco Cecchetti
On Sun, 06 May 2012 21:23:46 +0200, Christina Roßmanith wrote: Hi, what influence is anisotropic scaling supposed to have on stroke-width? Given a line Currently stroke-width in this example get scaled to 8*4=32 which seems to be incorrect to me. If it gets scaled at all it should ge

Re: SVG: stroke-width and scale

2012-05-06 Thread Regina Henschel
Hi Christina, Christina Roßmanith schrieb: Hi, what influence is anisotropic scaling supposed to have on stroke-width? Given a line Currently stroke-width in this example get scaled to 8*4=32 which seems to be incorrect to me. If it gets scaled at all it should get the scaling perpendicul

SVG: stroke-width and scale

2012-05-06 Thread Christina Roßmanith
Hi, what influence is anisotropic scaling supposed to have on stroke-width? Given a line Currently stroke-width in this example get scaled to 8*4=32 which seems to be incorrect to me. If it gets scaled at all it should get the scaling perpendicular to the line direction, i.e. 2*4=8. Any