On Thu, 01 Nov 2007 19:29:50 +0100, Md.Mustafizur Rahaman <[EMAIL PROTECTED]> wrote:
> Hi All, > > I just want to know whether there is any way to specify if we want > anti-aliasing and how much/what algorithm to use in case we want > anti-aliasing in a svg file.I did not find any svg file/example where > they have shown how to specify anti-aliasing.If any one can provide me > any relevant example or tell me they way i can do it, it would be very > good. I think what you are looking for is the 'shape-rendering' property[1]. Adding 'shape-rendering="optimizeSpeed"' to an element usually has the effect of disabling anti-aliasing (if the viewer supports it). Cheers /Erik [1] http://www.w3.org/TR/SVGMobile12/painting.html#ShapeRenderingProperty -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ----- 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/

