[Webkit-unassigned] [Bug 201731] New: [SVG2] fill-opacity, stroke-opacity, stop-opacity and flood-opacity doe not support percentage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 12 11:50:41 PDT 2019


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

            Bug ID: 201731
           Summary: [SVG2] fill-opacity, stroke-opacity, stop-opacity and
                    flood-opacity doe not support percentage
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

The specs:

https://svgwg.org/svg2-draft/painting.html#FillOpacityProperty
https://svgwg.org/svg2-draft/painting.html#StrokeOpacity
https://svgwg.org/svg2-draft/pservers.html#StopOpacityProperty
https://drafts.fxtf.org/filter-effects/#propdef-flood-opacity
https://drafts.csswg.org/css-color-4/#typedef-alpha-value

show that the opacity can be either a number or a percentage which should be clamped to the range [0..1]. Currently we only support the number format and we do not support the percentage. See the attached test case.

-- 
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/20190912/2fb4c7eb/attachment.html>


More information about the webkit-unassigned mailing list