I think I found 2 bugs regarding <text> elements when converting from SVG files to other files (like PNG).
The first is, that double qoutes in the text aren't visible in the converted file.
Here is an example:
Source SVG
after "convert test_quot.svg test_quot.png" I get this PNG:
As You may notice, the quotes in the first line are gone.
The second is, that there is a problem with single quotes at the end of the text. I tried some things and it seems that this only occures when the last sign in the text is a single quote regardless whats before the single qoute. When there is another sign after the single quote, the conversion is correct.
Here an example:
Source SVG
after "convert test_apos.svg test_apos.png" I get this PNG:
I also get this message while converting:
Code: Select all
convert: Non-conforming drawing primitive definition `middle''.