[Webkit-unassigned] [Bug 200439] New: Invalid parsing for 'cx' and 'cy' attribute via style change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 10:11:31 PDT 2019


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

            Bug ID: 200439
           Summary: Invalid parsing for 'cx' and 'cy' attribute via style
                    change
           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

Created attachment 375532

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

test case

Open the attached test case.

Expected: A green circle drawn at (0, 0).
Result: A green circle drawn at (100, 100).

The 'cx' and 'cy' attributes are changed through changing the style of the circle element. Because the strings are incorrect css values, the expectation is no change in the values of these attributes should happen.

-- 
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/20190805/f801e2fd/attachment.html>


More information about the webkit-unassigned mailing list