I learned the hard way, that SVG graphics must get referenced via EMBED, not via IMG. I do that now.
But still…
I created a “generic logo”. It’s white on a transparent background, the real background determined by the context. That’s the idea. But I found this on the web – now I am confused:
How do I set the background color of an SVG image?
Sadly, SVG does not support directly specifying an image background color. With aiSee, however, you can easily work around this drawback by artificially enlarging the layout plane as follows: Open the SVG file with a text editor and manually adjust the four values of the viewBox attribute. This attribute is to be found in the third line of the SVG file.
Leave a Reply