[Webkit-unassigned] [Bug 201663] New: SVGLengthValue should use two enums for 'type' and 'mode' instead of one unsigned for 'units'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 10 15:59:19 PDT 2019


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

            Bug ID: 201663
           Summary: SVGLengthValue should use two enums for 'type' and
                    'mode' instead of one unsigned for 'units'
           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

If SVGLengthType and SVGLengthMode are converted to enum class type with size unit_8, SVGLengthValue will not need to use the bit operations to store them in on unsigned.

-- 
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/20190910/80bf22ec/attachment.html>


More information about the webkit-unassigned mailing list