Topic: svg export with transparent background color?
Dear All,
While searching for a high quality schematic editor, I hit upon qet yesterday. I installed 0.8, created a small user collection of 25 elements and a small schematic. I was really impressed of what I found. Great job.
When I exported my small schematic to an svg file, I noticed the "9/16" bounding box issue that will be fixed as I read in 0.10. I also noticed that the white drawing background is correctly included with the exported svg file. However, such a background can turn out to be inconvenient, if an svg export is supposed to be included e.g. on a LibreOffice impress presentation slide with different background color. In this case the white background of the svg file will cut out a large white rectangle on the presentation slide. Of course, I can set the fill-opacity in the exported svg file manually to "0",
<g fill="#ffffff" fill-opacity="1" stroke="none" transform="matrix(0.75,0,0,0.75,-159.727,-160.5)"
font-family="Ubuntu" font-size="10" font-weight="400" font-style="normal">
however, it would be more convenient, if the background color could be turned off (set to transparent) by means of the export dialog. I have checked (compiled) 0.9 and installed also the nightly 0.10, but did not find a corresponding option. So, is it possible to add this feature to the new revision 0.10?
Regards
Tom