Diffusion Krita 52cd407d1f2b

Add an assert and a unittest for a bug in KisTiledExtentManager

Authored by dkazakov on Apr 27 2020, 9:40 PM.

Description

Add an assert and a unittest for a bug in KisTiledExtentManager

The assert should not cause any crashes, only artifacts because
of invalid extents are possible.

NOTE: the bug itself is still present!