From kde-bugs-dist Mon Aug 26 08:33:29 2013 From: Dmitry Kazakov Date: Mon, 26 Aug 2013 08:33:29 +0000 To: kde-bugs-dist Subject: [krita] [Bug 322896] Transparency mask shifts after crop and save-open Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=137750601607868 https://bugs.kde.org/show_bug.cgi?id=322896 Dmitry Kazakov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/call | |igra/d664130d7235a22a5e1d06 | |6431e5b5d3efcb7d7d --- Comment #5 from Dmitry Kazakov --- 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 -- You are receiving this mail because: You are watching all bug changes.