3 Crash if SVG gradient stop has display: none set
4 https://bugs.webkit.org/show_bug.cgi?id=86686
5 <rdar://problem/10751905>
6
7 Reviewed by NOBODY (OOPS!).
8
9 Create a renderer for SVGStopElement regardless of the "display" property.
10 This matches the behavior of Opera and the SVG specification.
11
12 Test: svg/custom/gradient-stop-display-none-crash.svg
13
14 * svg/SVGStopElement.cpp:
15 (WebCore::SVGStopElement::rendererIsNeeded):
16 (WebCore):
17 * svg/SVGStopElement.h:
18 (SVGStopElement):
19
202012-05-16 Tim Horton <timothy_horton@apple.com>
21