drawinglayer/source/processor2d/hittestprocessor2d.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit f109008fea11d0b837778c2d2ed77e15497fe3df Author: Noel Grandin <noelgran...@gmail.com> AuthorDate: Tue Sep 9 14:29:00 2025 +0200 Commit: Noel Grandin <noelgran...@gmail.com> CommitDate: Tue Sep 9 15:40:32 2025 +0200 tdf#149592 Importing SVG with too small scaling causes bad performance decomposing pattern-fill primitives is very bad for performance Change-Id: Id754e55350b6a75e4f585db890397e6bb7380867 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190707 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk> diff --git a/drawinglayer/source/processor2d/hittestprocessor2d.cxx b/drawinglayer/source/processor2d/hittestprocessor2d.cxx index f67b4c6fe878..7f9391298ecb 100644 --- a/drawinglayer/source/processor2d/hittestprocessor2d.cxx +++ b/drawinglayer/source/processor2d/hittestprocessor2d.cxx @@ -497,6 +497,7 @@ namespace drawinglayer::processor2d case PRIMITIVE2D_ID_PAGEPREVIEWPRIMITIVE2D : case PRIMITIVE2D_ID_MEDIAPRIMITIVE2D: case PRIMITIVE2D_ID_ANIMATEDGRAPHICPRIMITIVE2D: + case PRIMITIVE2D_ID_PATTERNFILLPRIMITIVE2D: { if(!getHitTextOnly()) {