Skip to content

Fix too slow rendering of SVG with clip masks

Dmitry Kazakov requested to merge dkazakov/krita:kazakov/fix-svg-clipping into master

When rendering clipping masks we need to allocate actual storage for the shape pixels. Hence we should clip the rendering area by the size of the toplevel painter.

BUG:458407

Merge request reports

Loading