https://bugs.documentfoundation.org/show_bug.cgi?id=173238

Jamie Fitzgerald <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Jamie Fitzgerald <[email protected]> ---
Created attachment 208200
  --> https://bugs.documentfoundation.org/attachment.cgi?id=208200&action=edit
Reproducer: one slide, one rectangle with an SVG area fill.

Minimal reproducer, generated here, no third-party content.

One slide, one rectangle, and the rectangle's area fill is an SVG. The SVG is a
single <path> with 300 concentric closed subpaths of 60 cubic beziers each,
18,000 segments total, and no fill-rule attribute, so nonzero applies.

Concentric is deliberate. It makes each subpath's bounding box contain the ones
inside it, so createNonzeroConform cannot reject the pairs on its cheap range
check and goes on to the full isInside() test.

On 26.2.5.2 this does not finish in 180 seconds at 100% CPU. Memory stays flat
at about 220 MB, so it is CPU only.

The next attachment is the same file with the SVG removed, as a control.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to