Quote:
Originally Posted by Corinne
I apologize, 'Ruben.'.  . And not Reuben...
|
Nothing to apologize

And if the text you wrote is in the image, then that is not text, is a part of the image. In the screenshot you attached, between the <svg> and </svg> tags, there is not any <text></text> tags. Those last ones, are used to write text inside a svg wrapper. For that reason I'm telling you that in that file (whose picture you attached) there is no text. If you want to learn how to write text inside a svg wrapper, please read this link:
http://tutorials.jenkov.com/svg/text-element.html
Take in count that when we are working out of a svg container, we use <p></p> tags to write text.
Regards
Rubén