GNOME Bugzilla – Bug 329697
Nibbles is unplayable
Last modified: 2006-02-03 09:33:10 UTC
Steps to reproduce: When the game is started, the "splash" screen remains and you can't see the snake. The little treats do appear, and apparantly the snake is moving because I am losing lives. Stack trace: Other information:
This looks like a librsvg bug since eog won't load the image files either. I'm looking into it.
Sorry, but I seem to have defamed librsvg. It turns out the gdk-pixbuf library wasn't identifying some of the files properly since they have large licenses and the opening svg tag is quite a way in. I added DOCTYPE statements to the top of the files which both makes them better XML and easier for gdk-pixbuf to recognise. All fixed in CVS HEAD.