[Webkit-unassigned] [Bug 188060] This SVG file causes a web content hang

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 28 15:14:52 PDT 2018


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Optimization thoughts:
* paint all the text for one path in one go, doing the gradient fill and clip once.
* avoid doing work for whitespace-only text fragments
* cache the gradient rendering
* optimize away 'paintOrder' paths that will paint 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/20180728/313b2486/attachment.html>


More information about the webkit-unassigned mailing list