Transparency mask shifts from it's position after crop and save-reopen. Interesting, that before close the file, the mask position is fine. So, I decided to mark it as "load & save" bug. ..I remember similar problem from previous version of Krita and I'm sorry if the bug is already here (but I can't find it). Reproducible: Always
Created attachment 81388 [details] Before crop
Created attachment 81389 [details] After crop
Created attachment 81390 [details] snapshots
Yep, it looks like the offset created by the move tool is not saved properly.
Git commit d664130d7235a22a5e1d066431e5b5d3efcb7d7d by Dmitry Kazakov. Committed on 26/08/2013 at 08:31. Pushed by dkazakov into branch 'master'. Fixed a mask offset loading bug There is something a bit weird in the design of Kra format. The offset of the paint device belongs to the node, but not to the device itself. This causes problems when the actual paint device of the node is created in a deferred way, like it is done for KisCloneLayer's and KisMask's. M +32 -2 krita/image/kis_mask.cc M +35 -0 krita/image/tests/kis_mask_test.cpp M +2 -0 krita/image/tests/kis_mask_test.h http://commits.kde.org/calligra/d664130d7235a22a5e1d066431e5b5d3efcb7d7d