Bug 208602 - SVG <image> larger than the screen size with filter is not rendered on iOS
Summary: SVG <image> larger than the screen size with filter is not rendered on iOS
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: Safari 13
Hardware: iPhone / iPad iOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-04 14:03 PST by Xidorn Quan
Modified: 2022-07-18 12:52 PDT (History)
10 users (show)

See Also:


Attachments
testcase (499 bytes, text/html)
2020-03-04 14:03 PST, Xidorn Quan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xidorn Quan 2020-03-04 14:03:27 PST
Created attachment 392477 [details]
testcase

Steps to reproduce:
* open the attached testcase on iOS simulator of iPhone 11 Pro Max & iOS 13.3

Expected result:
It renders the image.

Actual result:
It renders an empty page.


If I remove the filter attribute on the <image>, or use an HTML <img> instead, this problem disappears.
Comment 1 Radar WebKit Bug Importer 2020-03-04 15:58:57 PST
<rdar://problem/60061093>
Comment 2 Ahmad Saleem 2022-07-18 11:12:12 PDT
I am unable to reproduce this bug using iPhone 13 Pro Max on iOS 15.5 and opening the attached test case does show the image fine.

If I am testing it incorrectly or via wrong device, please test accordingly. Thanks!
Comment 3 Ryosuke Niwa 2022-07-18 12:52:55 PDT
Yeah, this seems to work now.