[Webkit-unassigned] [Bug 273369] New: When defs defines a filter to have width and height attributes, rendering is lost.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 28 02:03:42 PDT 2024


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

            Bug ID: 273369
           Summary: When defs defines a filter to have width and height
                    attributes, rendering is lost.
           Product: WebKit
           Version: Safari 17
          Hardware: iPhone / iPad
                OS: iOS 17
            Status: NEW
          Keywords: HTML5
          Severity: Major
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: huazhuangnan at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

Created attachment 471187

  --> https://bugs.webkit.org/attachment.cgi?id=471187&action=review

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

-- 
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/20240428/8d1ae275/attachment.htm>


More information about the webkit-unassigned mailing list