[Skencil-devel] [skencil-Patches][50] make SVG usable inside FireFox 1.5

skencil-patches@wald.intevation.org skencil-patches at wald.intevation.org
Wed Mar 1 14:31:01 CET 2006


Patches item #50, was opened at 2006-03-01 13:31
You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=103&aid=50&group_id=5
Or by replying to this e-mail entering your response between the following markers: 
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+
(enter your response here)
#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+#+

Status: Open
Priority: 3
Submitted By: Fabian Dortu (fabian)
Assigned to: Nobody (None)
Summary: make SVG usable inside FireFox 1.5 
Version: None
Category: None


Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
http://wald.intevation.org/tracker/?func=detail&atid=103&aid=50&group_id=5


More information about the Skencil-devel mailing list