Set xlink: href attribute of svg <image> element using CSS

I need to set the xlink: href attribute on the svg element <image>described here .

Can I do this with CSS?

+4
source share
1 answer

No, because it is xlink:hrefnot a CSS property. See the list of css properties required in SVG 1.1.

+3
source

All Articles