* zedkineece wrote:
>I am new to SVG, and would like to know if there is a way similar to 
>set attributeName to a group of paths. I am playing around with 
>highilighting paths on a schematic, and I can do it for individual 
>paths, but haven't got it working for an entire group. Could someone 
>point me in the right direction?

Generally, for styling properties, you can do

  <g>
    <set attributeName='fill' ... />
    <path ... />
    <path ... />
    ...

Otherwise it might be possible to use <use>. There is no other way.
-- 
Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 


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