Version: (using KDE Devel) Installed from: Compiled sources I created my christmas card in Krita1.x and for fun tried to open it in krita 2.0, I noted that the resolution was off and the graphics were not showing up. The layer structure was in order though :) I bet you can reproduce this with most freshly created docs, but if needed I can send the file personally (its 8Mb).
Yeah, we need to fix that. Casper was going to do that, but he got sidetracked by Oxygen. It's on my todo now.
Ok, I fixed the resolution bug, but that's not the problem here. We set the image name in the aboutinfo, but later the aboutinfo block is loaded, and since our old images have an empty documentinfo.xml file the image name is reset, which then is empty, which means we cannot find the layer data.
SVN commit 750476 by rempt: Fix loading of .kra images (the imagename was set in the info block and then reset when an empty info block was loaded later on) BUG:154306 M +15 -7 kis_doc2.cc M +5 -1 kis_load_visitor.cc WebSVN link: http://websvn.kde.org/?view=rev&revision=750476