For example, let's suppose the situation below:
- There is a SVG file.
- There is a text object in the file.
- The text string in the object is "Foo", the font name is Tahoma and the font size is 20 points.
Currently, "Foo" is a text object, but I want to convert it into "just a picture" because I want to preserve the shape of the font into the SVG file.
How can I do it?