Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS SVG styling problems with use and xlink Reply To: SVG styling problems with use and xlink

#193757
Chris Coyier
Keymaster

And don’t apply styling to a <symbol> I’d say is a good rule of thumb. They have ID’s just so you can reference them later in a <use>, but the symbol essentially turns into another <svg>. Your best bet for styling is to style the shape elements themselves, or the <svg> element itself where you use them.