Skip to content

Fix animated mask brushes painting as animated color image brushes

Peter Schatz requested to merge voronwe/krita:voronwe/fixImagepipeMask into krita/4.3

Recent changes in the internal representation of brushes caused animated mask brushes (PIPE_MASK) to draw as if they were animated image (PIPE_IMAGE) brushes. This fixes the issue.

Merge request reports