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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 20 20:53:19 PDT 2019


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
It's a problem with the filter:

        <filter id="xkcdify" filterunits="userSpaceOnUse" x="-1000" y="-1000" width="10000" height="10000">
            <feturbulence type="fractalNoise" basefrequency="0.05" result="noise"></feturbulence>
            <fedisplacementmap scale="5" xchannelselector="R" ychannelselector="G" in="SourceGraphic" in2="noise"></fedisplacementmap>
        </filter>

-- 
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/b8d35a1e/attachment-0001.html>


More information about the webkit-unassigned mailing list