svgSalamander icon indicating copy to clipboard operation
svgSalamander copied to clipboard

Font color is not taken into account

Open EtienneAb3d opened this issue 3 years ago • 2 comments

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 image

I get a rendered black text: image

Thanks for your work!

Etienne

EtienneAb3d avatar Dec 10 '20 10:12 EtienneAb3d

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.

blackears avatar Dec 14 '20 01:12 blackears

My tool is supposed to be used by people not being technically capable to edit their SVG files. I will wait for your improvement. :)

EtienneAb3d avatar Dec 14 '20 11:12 EtienneAb3d

Is this resolved by #79?

bradh avatar Sep 24 '22 11:09 bradh

I believe it is. Please open a new issue if you run into any problems with the new implementation.

blackears avatar Sep 25 '22 15:09 blackears