Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

xlink:href being deprecated in SVG #563

Open
olaassem opened this issue Sep 18, 2018 · 0 comments
Open

xlink:href being deprecated in SVG #563

olaassem opened this issue Sep 18, 2018 · 0 comments

Comments

@olaassem
Copy link

MDN: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xlink:href

This is old

<svg>
  <use xlink:href="#xyz" />
</svg>

This is new

<svg>
  <use href="#xyz" />
</svg>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant