--- In [email protected], Holger Will <[EMAIL PROTECTED]> wrote: > ariadadev schrieb: > > > > > I'm just stuck at the moment on how to create an arc (quarter > > circle) with a border of radial gradient in order to create a sort > > of 3D effect. > > > Hi ariadadev > > i think what you want is not possible with SVG gradients you would have > to use a filter to create this type of effect. > something like this: > http://www.w3.org/TR/SVG11/filters.html#AnExample > Thanks for the pointer. I'd forgotten about these lighting effect filters. Unfortunately, because I'm actually splitting up my SVG output into lots of little part-images (to be re-joined in HTML tables) I can't make use of these filters unless I hack them by cropping the view port to remove unwanted highlighted edges or something.
Though I have now managed to get my head round the radialGradient and I can (almost) use one and know what the result will be! I think I was getting stuck on setting the centre and radius properly: I think the centre coords (cx, cy) are relative to the root coord system which I hadn't really understood before.... Cheers, ariadadev ----- 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/

