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 g transform=translate(60,-30) scale(8,2) path d=M 20 40 H 40 stroke-width=4 stroke=black / /g Currently stroke-width in this example get scaled to 8*4=32 which seems to be incorrect to me. If it gets

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 g transform=translate(60,-30) scale(8,2) path d=M 20 40 H 40 stroke-width=4 stroke=black / /g Currently stroke-width in this example get scaled to 8*4=32 which

Re: SVG: stroke-width and scale

2012-05-06 Thread Marco Cecchetti
On Sun, 06 May 2012 21:23:46 +0200, Christina Roßmanith chrrossman...@gmx.de wrote: Hi, what influence is anisotropic scaling supposed to have on stroke-width? Given a line g transform=translate(60,-30) scale(8,2) path d=M 20 40 H 40 stroke-width=4 stroke=black / /g Currently stroke-width