NEW 273369
When defs defines a filter to have width and height attributes, rendering is lost.
https://bugs.webkit.org/show_bug.cgi?id=273369
Summary When defs defines a filter to have width and height attributes, rendering is ...
huazhuangnan
Reported 2024-04-28 02:03:42 PDT
Created attachment 471187 [details] reproduction of the document Does not work when defined as follows ``` <defs> <filter id="svg_filter" filterUnits="objectBoundingBox" color-interpolation-filters="sRGB" x="0" y="0" width="87.12509155273438" height="75.9404525756836"> <defs> ``` remove "width" and "height " normal display
Attachments
reproduction of the document (24.24 KB, image/svg+xml)
2024-04-28 02:03 PDT, huazhuangnan
no flags
rendering in minibrowser (429.06 KB, image/png)
2024-05-08 22:31 PDT, Karl Dubost
no flags
Radar WebKit Bug Importer
Comment 1 2024-05-05 02:04:14 PDT
Ahmad Saleem
Comment 2 2024-05-06 04:00:34 PDT
Firefox Nightly 127 and Chrome Canary 126 renders port while Safari 17.5 Beta & Safari Technology Preview 193 does not. Added 'BrowserCompat' tag.
Karl Dubost
Comment 3 2024-05-08 22:31:48 PDT
Created attachment 471333 [details] rendering in minibrowser The pot renders on minibrowser hash: 2da7f8227c1c4257c20ce87cc9753cb879e01b85 Though the shadow is missing on the bottom right part of the pot. So that's progress. :)
Note You need to log in before you can comment on or make changes to this bug.