svgSalamander
svgSalamander copied to clipboard
Font color is not taken into account
Hi all!
Yesterday, I just did a test to include svgSalamander to read SVG input files in my 3D-stereo freeware: http://3denlive.com/en.php
When using this Gnome_All.svg
file with a dark-pink text (see in this ZIP file, github is refusing direct SVG upload):
http://3denlive.com/demos/DemoSVG.zip
I get a rendered black text:
Thanks for your work!
Etienne
The problem is that Tspan has not been implemented properly. It may take some time for me to fix this. In the mean time, you can place your attributes in the Text tag and it should work.
My tool is supposed to be used by people not being technically capable to edit their SVG files. I will wait for your improvement. :)
Is this resolved by #79?
I believe it is. Please open a new issue if you run into any problems with the new implementation.