[Webkit-unassigned] [Bug 200349] Unifi chart SVG fails to draw in Safari (works in Chrome)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 21:39:59 PST 2023


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

--- Comment #5 from Karl Dubost <karlcow at apple.com> ---
This is the part failing.

.unifiInternetConnectionModule .unifiLineChart__plot--left_0 {
    -webkit-filter: url(#unifiInternetConnection__throughputShadow);
    filter: url(#unifiInternetConnection__throughputShadow);
}

Once the filter is removed the line appears.

So either the filter: url() is not good.
or the way the filter is done is not good. 

I don't see any id for "unifiInternetConnection__throughputShadow" in the document. 

Timothy in the original one did you have an existing reference to "unifiInternetConnection__throughputShadow"?

-- 
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/20231208/dc392ad9/attachment.htm>


More information about the webkit-unassigned mailing list