Quote:
Originally Posted by Jellby
It should be possible to make the SVG transparent too, and with some luck to take the surrounding text colour.
|
Looking at the svg file itself I see the canvas/view port specified enable background. I have never seen that before and suspect it may be causing the issue, perhaps to avoid a black on black condition with the lines and text.
Code:
<svg version="1.1" id="tombowling-1a_xA0_Image_1_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px" y="0px" width="372.96px" height="86.88px" viewBox="0 0 372.96 86.88" enable-background="new 0 0 372.96 86.88"
xml:space="preserve">
Dale