Hi,
http://w3.org/TR/SVG11/painting.html#ShapeRenderingProperty crispEdges is supported by ASV3, ASV6PR, Batik, and mozSVG that's all I can tell, since I don't use/have other viewers. I am sure others do, too. Regards- -Heiko http://www.zuccaralloo.de/devgroup --- In [email protected], "tony_ser" <[EMAIL PROTECTED]> wrote: > > Thanks! That will work. > > Just curious, I find optimizeSpeed in the standard but not crispEdges. > Is crispEdges only supported by certain viewer ? > > Thanks! > > --- In [email protected], "Heiko Niemann" <[EMAIL PROTECTED]> > wrote: > > > > Hi, > > > > use the shape-rendering attribute and set it to 'crispEdges' to turn > > off anti-aliasing which causes this thin line to appear. > > > > ... > > <g shape-rendering="crispEdges"> > > <rect id="_Rectangle84" x="2600" y="2400" width="800" height="2694" > > fill="#ffffff" /> > > <rect id="_Rectangle86" x="3400" y="2400" width="800" height="2694" > > fill="#ffffff" /> > > </g> > > ... > > > > Regards- > > -Heiko > > > > > > > > > > --- In [email protected], "tony_ser" <[EMAIL PROTECTED]> wrote: > > > > > > Run into a problem with the ASV. > > > When I put 2 rect right next each other, there is still a fine > line > > > in the middle with the background color. > > > > > > Any way to fix it > > > Thanks! > > > > > > > > > <?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 xml:space="preserve" width="500pt" height="375pt" viewBox="0 > 0 > > > 20000 15000" preserveAspectRatio="xMinYMin" > > > > <rect x="0" y="0" width="20000" height="15000" > > > style="fill:#ff0000; " /> > > > <rect id="_Rectangle84" x="2600" y="2400" width="800" > > > height="2694" style="fill:#ffffff; " /> > > > <rect id="_Rectangle86" x="3400" y="2400" width="800" > > > height="2694" style="fill:#ffffff; " /> > > > </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/

