[#50] make SVG usable inside FireFox 1.5

Date:
2006-03-01 13:31
Priority:
3
State:
Closed
Submitted by:
Fabian Dortu (fabian)
Assigned to:
Nobody (None)
Category:
none
Version:
none
Summary:
make SVG usable inside FireFox 1.5

Detailed description
Firefox 1.5 is able to render SVG natively. However the SVG generated by skencil are not rendered and source code is written instead.
To solve the problem, style information should be added to the svg file (see FAQ http://www.mozilla.org/projects/svg/faq.html ):

<svg xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";>

I have attached a patch...
To apply the patch:

cd Plugins/Filters
patch svgsaver.py svgsaver.py.diff


Fabian
Message  ↓
Date: 2006-06-06 22:35
Sender: Bernhard Herzog

Thanks for the patch. I've commited this now. I've only added the main SVG namespace, though. The SVG files exported by Skencil don't use xlink so far.

No related tasks

Attachments:
Size Name Date By Download
240 bytessvgsaver.py.diff2006-03-01 13:31Fabian Dortusvgsaver.py.diff
Field Old Value Date By
status_idOpen2006-06-06 22:35Bernhard Herzog
close_date2006-06-06 22:352006-06-06 22:35Bernhard Herzog
File Added4: svgsaver.py.diff2006-03-01 13:31Fabian Dortu