kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #00222
SVG export - minor bug
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Josh Harding" <Josh.Harding@...>
-
Date:
Tue, 10 Apr 2007 17:43:46 -0000
-
User-agent:
eGroups-EW/0.82
I've been using Kicad for my into to electronics class and find it a
very helpful tool... thanks to all the devs for the hard work!
Last night, I found a minor problem. After drawing a simple schematic
in eeschema, I plotted it to SVG. But neither Inkscape, nor
OpenOffice would open the file. All the others I'd drawn worked fine.
It turned out that I used an & in the title of the document. When
exported to SVG, the <title> needs to have & instead of just &.
I'm able to fix this by hand in notepad, so it's not a big deal.
Oh, and if this isn't the preferred means of submitting a bug report,
is there a bug tracker somewhere that I should use?