+ 1
How can i write something in the moving animation?
all of us like moving things and hence I want to k ow how to type something inside this animation, which would seem like it is inside the rectangle square or anything it might be.
1 Odpowiedź
+ 2
I wish you helped us with the code, but anyway.
You can use <text>Write something</text> tags inside the svg element.
Here is an example:
<text x="102" y="185" fill="red" stroke="blue" stroke-width="2" style="font-size:50px; font-weight:900">SVG</text>