+ 4
How can I <use> with different text?
<defs> <text id = "tx" x="150" y="250" class="small">My</text> </defs> <use xlink:href="#tx" " class = "t" id = "t0" transform = "translate(0 -100)"/> .--> change the text for each use
2 Answers
+ 3
Keep Learning!!đ
https://code.sololearn.com/WzRf0uo0UCQQ/?ref=app
+ 2
y just need to use multiple <use> and every one of them will do your specific purpose