
Wolfgang wrote:
Hi,
I've some problems with a inkscape graphics. I've running 0.44 on winXP. Inkscape displays the graphic as I want. Firefox crashes on the svg completely ("The memory could not be read"). I've also exported that graphic as pdf but but Acrobat reader 7.0 crashes as well ( a number value is out of range). Here are both files:
https://perswww.kuleuven.ac.be/~u0049353/svg/map.svg https://perswww.kuleuven.ac.be/~u0049353/svg/map.pdf
I hope anyone can me to find out whats going wrong!
Thanks Wolfgang
Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=D... _______________________________________________ Inkscape-user mailing list Inkscape-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-user
Hi Wolfgang,
I've had a look at your files and the first thing I came across was the 'copyright' character on line 1646 of your SVG file, which isn't allowed in the UTF-8 encoding. It wouldn't pass through the validator at http://jiggles.w3.org/svgvalidator/ until I removed it. When it did pass through it failed, but all Inkscape SVGs seem to fail that! I know that has no bearing on your problem though - sorry! :)
I've tried exporting your file to PDF with various layers hidden. Your problem seems to lie in the text layers of your document - "beschriftung" and "caves". When they are hidden, it exports and opens in Acrobat fine. When your SVG is saved as "Plain SVG", the validator complains about "The <text> element does not allow a <path> element as a child" at line 850. When that's removed it validates, but still crashes Firefox.
I will look again, but am now scratching my head... :( Hope you find the problem. Brendan