Hi.
I've tried the following thing with no success
[list=]
[*]Draw a very basic drawing (mathematical figure) in Geogebra and then export it as svg.
[*]Open the exported file with Inkscape.
[*]Get error message: Failed to load the requested file <file path.svg>
[/list]
I've no idea what may be the cause of the error. I'll upload the svg file and also a equivalent png file for reference.
(seems to be unable to upload ggb file to the forum)
Thanks
Geogebra - exported svg files, cannot load
Re: Geogebra - exported svg files, cannot load
The SVG file you attached is incomplete or broken (anyway - in it's current state it is not a valid SVG file) - Inkscape detects the errors and doesn't open the file:
As far as I can tell, there are tags missing at the end (a group is not closed, as well as the parent <svg> element) - the file opens in Inkscape after adding the missing tags, but it only contains the labeled x-axis, nothing else. This indicates that something went from when exporting and you tried to open an incompletely exported file.
Code: Select all
/Volumes/blue/src/Inkscape/dev/forum/_user/Grobe/Geogebra-testfile.svg:286: parser error : Premature end of data in tag g line 25
^
/Volumes/blue/src/Inkscape/dev/forum/_user/Grobe/Geogebra-testfile.svg:286: parser error : Premature end of data in tag svg line 3
^
- Attachments
-
- Geogebra-testfile-3.svg
- (17.32 KiB) Downloaded 325 times
Re: Geogebra - exported svg files, cannot load
Thank you. Then I assume the Geogebra beta version produce incomplete svg files.