Skip to content

Commit

Permalink
fix: tref only works with xlink:href (#30364)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco authored Nov 18, 2023
1 parent 3c45528 commit a82473b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/svg/element/tref/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ This element implements the {{domxref("SVGTRefElement")}} interface.
</text>

<text x="100" y="200" font-size="45" fill="red" >
<tref href="#ReferencedText"/>
<tref xlink:href="#ReferencedText"/>
</text>

<!-- Show outline of canvas using 'rect' element -->
Expand Down

0 comments on commit a82473b

Please sign in to comment.