Bug 63364 - Invalid SVG patterns not always seen as invalid
Summary: Invalid SVG patterns not always seen as invalid
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 16:47 PDT by Vicki Pfau
Modified: 2022-06-01 19:04 PDT (History)
5 users (show)

See Also:


Attachments
test case (510 bytes, image/svg+xml)
2011-06-24 16:47 PDT, Vicki Pfau
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 2011-06-24 16:47:56 PDT
Created attachment 98562 [details]
test case

In cases where a pattern has an xlink:href to another pattern that doesn't have a rendering context, the pattern renders as transparent. Because the pattern linked to is not a valid pattern, it should instead use the fallback color.

This is a follow up on some of the chatter from https://bugs.webkit.org/show_bug.cgi?id=62914#c25
Comment 1 Ahmad Saleem 2022-05-31 13:39:21 PDT
I am unable to reproduce this from the attached test case in Safari 15.5 on macOS 12.4. It matches with other browsers Chrome Canary 104 and Firefox Nightly 103. I think this should be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!
Comment 2 Alexey Proskuryakov 2022-06-01 19:04:29 PDT
Thank you for checking!