0
I have the following HTML code:
<!DOCTYPE html>
<html>
<body>
<svg height="100" width="100">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
Sorry, your browser does not support inline SVG.
</svg>
</body>
</html>
Would you have some way of putting a text inside that SVG ?
I tried to do it this way:
<textPath xlink:href="#OdyssGlobalArea1">
MENU
</textPath>
What you mean by "text within the SVG"?
– Woss
There is, but what you want?
– hugocsl
@hugocsl I am starting to use SVG "learning" and would like to know how far I could manipulate/use an SVG. I tried to put a text but I’m not getting it.
– Gabriel Silva
I think you are complicating things, look at the answer I left there, and on Textpath read here https://answall.com/questions/346357/howto make it anima%C3%A7%C3%a3o-com-svg-ou-css-de-a-text-walking-by-the-way
– hugocsl