Bug using 'xlink:href' with SVG
I had a bug where using 'setAttributeNS' and "xlink:href" on a 'use' tag of an SVG would not override the plain 'href' set in the HTML.
It seems I should always use plain 'href's as 'xlink:href' is not used now.
I had a bug where using 'setAttributeNS' and "xlink:href" on a 'use' tag of an SVG would not override the plain 'href' set in the HTML.
It seems I should always use plain 'href's as 'xlink:href' is not used now.
Comments
Post a Comment