hello svg-community,

i would appreciate help on the following error detection. possible
reason: ASV6b!?!

trying to generate an output-svg in real natural coordinates (e.g.:
4500000,5900400) the style 'stroke-width' is ignored. furthermore and
even worse the stroke-width of the same(!) object differs from one
point to the next!!!

copy, paste and see for yourself! :-(

<?xml version="1.0" standalone="no"?>
<!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="400" viewBox="4500000 -5900400 300 400"
xmlns="http://www.w3.org/2000/svg";>
        <g id="cartesian" transform="scale(1,-1)">
                <polygon points="4500100,5900300 4500250,5900300 4500200,5900400
4500100,5900400 4500100,5900300" id="polygon"
style="fill:blue;fill-opacity:0.2;stroke:blue;stroke-width:5"/>
                <polygon points="4500000,5900200 4500100,5900200 4500100,5900300
4500000,5900300 4500000,5900200" id="polygon2"
style="fill:red;fill-opacity:0.2;stroke:red;stroke-width:5"/>
        </g>
</svg>





-----
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/

<*> 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/
 



Reply via email to