Skip to content

(#1062): Limit numOctaves in feTurbulence to avoid unbounded CPU consumption

We limit to 9 octaves per the spec's recommendation; any more octaves than that produces values that are too small to distinguish in an 8-bit-per-channel color.

Fixes #1062 (closed)

Merge request reports