Opened 16 years ago
Closed 16 years ago
#3387 closed bug (fixed)
Icon-O-Matic doesn't export valid SVG
Reported by: | mmu_man | Owned by: | stippi |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Icon-O-Matic | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It seems Icon-O-Matic (and WonderBrush as well) don't produce valid SVG files, at least Firefox and Epiphany don't recognize them as such to render them but instead just display the XML tree.
I believe the <svg> tag is missing namespace specifications, like:
<svg width="320" height="240" color-interpolation="linearRGB" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg">
instead of:
<svg width="320" height="240" color-interpolation="linearRGB">
.
I'm not entirely sure which namespaces are required or not, Inkscape itself throws like 10 of them in.
Note:
See TracTickets
for help on using tickets.
Should be fixed by hrev29097, let's test...