0
How do you write a text in an svg shape
4 Respuestas
+ 3
use the <text> element and draw the text on top of the circle
+ 5
draw it point by point yourself.
or use
<svg>
<text>Hallo
</text>
</svg> element
0
i meant inside a circle
0
its still not workinh