SVG Load fails in Windows
Brought to you by:
tomsontom
I'm learning Java, thank you for this great program to start with. This problem exists on the original xjar, so not due to my hacking...
I saved a simple animation, it contained a reference to a .jpg in "C:\.....\My Pictures". I was unable to reload it the next time. I edited the SVG file, changed the path reference so there were no spaces and used forward slash instead of backslash, and it worked fine.
So there's an IOException being generated somewhere, presumably in the SVG code. It may be due to spaces in the path (my guess is this is the problem), or the use of backslash.
Workaround: stay out of the Windows "My space". Worst case, you can edit the SVG file.