[Webkit-unassigned] [Bug 200964] CHART.XKCD charts don't work in Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 09:38:45 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200964

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com

--- Comment #8 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
A related problem here is: I think the SVG shape should be rendered without filters if any of them fails to apply. 

The SVG rendering pipeline applies the SVG filters in the destructor SVGRenderingContext::~SVGRenderingContext(). So it is too late to fall back to drawing the shape at this stage. But I think we should change this structure and make it easier to detect errors and draw the minimum we could instead of drawing nothing.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190821/67dab304/attachment.html>


More information about the webkit-unassigned mailing list