I'm having difficulties getting inkscape to properly render some SVG files (using version 0.43 on a fedora core 3 system). An example file is here:
http://edwards1.phy.ohiou.edu/~brune/map-save.svg
inkscape map-save.svg -z -w 600 -e test.png
does not render it properly (e.g. compared to batik). Also the image is not displayed properly if I open it with inkscape.
Curiously, converting to eps works fine:
inkscape map-save.svg -z -T -E test.eps
I also find the same problem running on windows XP (installing Inkscape-0.44-1.win32.exe).
Is this a bug? Any suggestions would be appreciated.
Carl B.
Carl,
Try putting this at the top:
<?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
instead of just:
<?xml version="1.0"?>
Best Regards,
Darrell A. Clary GIS Development Analyst
We have done so much with so little, for so long, that we are now qualified to do anything with nothing. ~~Mother Teresa
"Carl R. Brune" <brune@...1987...> Sent by: inkscape-user-bounces@lists.sourceforge.net 08/25/2006 12:14 PM Please respond to Inkscape User Community inkscape-user@lists.sourceforge.net
To inkscape-user@lists.sourceforge.net cc
Subject [Inkscape-user] SVG rendering problem
I'm having difficulties getting inkscape to properly render some SVG files (using version 0.43 on a fedora core 3 system). An example file is here:
http://edwards1.phy.ohiou.edu/~brune/map-save.svg
inkscape map-save.svg -z -w 600 -e test.png
does not render it properly (e.g. compared to batik). Also the image is not displayed properly if I open it with inkscape.
Curiously, converting to eps works fine:
inkscape map-save.svg -z -T -E test.eps
I also find the same problem running on windows XP (installing Inkscape-0.44-1.win32.exe).
Is this a bug? Any suggestions would be appreciated.
Carl B.
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Just tried it, doesn't help any. I quit uisng the DOCTYPE declaration several months ago after reading somewhere that it wasn't needed and could in fact cause problems (can't remember where now, but it was a source I trusted).
It also displays fine the with adobe browser pluging (linux and windows).
Carl B.
On Fri, 25 Aug 2006 Darrell_A_Clary@...1989... wrote:
Carl,
Try putting this at the top:
<?xml version="1.0"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
instead of just:
<?xml version="1.0"?>
Best Regards,
Darrell A. Clary GIS Development Analyst
We have done so much with so little, for so long, that we are now qualified to do anything with nothing. ~~Mother Teresa
"Carl R. Brune" <brune@...1987...> Sent by: inkscape-user-bounces@lists.sourceforge.net 08/25/2006 12:14 PM Please respond to Inkscape User Community inkscape-user@lists.sourceforge.net
To inkscape-user@lists.sourceforge.net cc
Subject [Inkscape-user] SVG rendering problem
I'm having difficulties getting inkscape to properly render some SVG files (using version 0.43 on a fedora core 3 system). An example file is here:
http://edwards1.phy.ohiou.edu/~brune/map-save.svg
inkscape map-save.svg -z -w 600 -e test.png
does not render it properly (e.g. compared to batik). Also the image is not displayed properly if I open it with inkscape.
Curiously, converting to eps works fine:
inkscape map-save.svg -z -T -E test.eps
I also find the same problem running on windows XP (installing Inkscape-0.44-1.win32.exe).
Is this a bug? Any suggestions would be appreciated.
Carl B.
Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&da... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
participants (2)
-
unknown@example.com
-
Carl R. Brune