yes, scaling should affect the stroke-width. But in the given case, the scaling only appears along the y-axis, so I wouldn't expect the line-width of a vertical line to change?
Am I wrong with my assumption given the testcase below, Peter? All other browsers (Batik, Safari, Mozilla, Opera) don't change the line width for the second line, only ASV does. I still think that it is a bug in ASV, but I might be wrong. Andreas --- In [email protected], "Peter Sorotokin" <[EMAIL PROTECTED]> wrote: > > I think it is a bug in Firefox. Transform should affect the stroke > (both thickness and shape). Non-uniform transform will stretch > stroke more in one direction than the other. > > Peter > > --- In [email protected], "kpalbrecht" <kalbrecht@> > wrote: > > > > In the following file the red and blue lines should be the same > width. > > In Firefox, they render correctly, but in Adobe's IE viewer, the > red > > line is thinner than the blue line. Why? > > > > <?xml version="1.0" encoding="utf-8"?> > > <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" > > "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> > > <svg width="400" height="300" xmlns="http://www.w3.org/2000/svg"> > > <g transform="scale(1,0.235)"> > > <polyline points="100,0 100,510" style="stroke-width: 10; > stroke: > > blue" /> > > </g> > > <g transform=" scale(1,0.01175)"> > > <polyline points="300,0 300,10000" style="stroke-width: 10; > > stroke: red" /> > > </g> > > </svg> > > > > The scaling is obviously different, but the scalings are only > > different in the y-axis, not the x-axis. > > > > Thanks, > > Kevin Albrecht > > > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

