Bug 163812

Summary: When an SVG is the background of an element, the SVG fragment is not respected if it is the id of a <view> element
Product: WebKit Reporter: Said Abou-Hallawa <sabouhallawa>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, contact, ken, zimmermann
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=91790
https://bugs.webkit.org/show_bug.cgi?id=163811
Attachments:
Description Flags
rob-icons-1.svg
none
test case none

Description Said Abou-Hallawa 2016-10-21 14:35:49 PDT
Open the attached test case.

Results: The SVG images are displayed as if there were no SVG fragments in the source URL.
Expected: All the images should be filled with a single solid color.
Comment 1 Said Abou-Hallawa 2016-10-21 14:36:16 PDT
Created attachment 292413 [details]
rob-icons-1.svg
Comment 2 Said Abou-Hallawa 2016-10-21 14:37:22 PDT
Created attachment 292414 [details]
test case
Comment 3 Ahmad Saleem 2022-10-21 15:30:23 PDT
I am able to reproduce this bug in Safari Technology Preview 156 and Chrome Canary 109 and they show "small dots and in line" while only Firefox Nightly 108 show properly one box with one color not like Chrome and Firefox. Thanks!