Skip to content

Commit

Permalink
remove xlink:
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Jan 29, 2024
1 parent 8e84e88 commit 64cf7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/image-url.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function main() {
const svg = `
<!-- From https://octodex.github.com/nyantocat/ -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<image xlink:href="https://octodex.github.com/images/nyantocat.gif" width="500" height="500"/>
<image href="https://octodex.github.com/images/nyantocat.gif" width="500" height="500"/>
</svg>
`
const opts = {
Expand Down

0 comments on commit 64cf7cc

Please sign in to comment.