[Webkit-unassigned] [Bug 141068] New: SVG "clip-path" property chooses the wrong element, when multiple elements have a matching ID

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 29 22:17:43 PST 2015


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

            Bug ID: 141068
           Summary: SVG "clip-path" property chooses the wrong element,
                    when multiple elements have a matching ID
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dholbert at mozilla.com
                CC: zimmermann at kde.org

Created attachment 245695
  --> https://bugs.webkit.org/attachment.cgi?id=245695&action=review
testcase 1

STR:
 1. Load attached testcase

Expected output:
  Yellow rect inside of a blue rect.

Actual output:
  Red shows up between the yellow and the blue.
  In particular: the yellow rect is clipped to be too small (because there are two clipRect elements with an ID that matches its "clip-path" attribute, and it's choosing the wrong one)

IE 11 and Firefox/Gecko both give me the expected output. Blink & WebKit give me the incorrect output (with red & the wrong clipRect chosen.)


VERSION INFO: I've tested Safari 8 on Mac OS X Yosemite, and midori on Ubuntu 14.10. (both webkit-based). Both show the bug.

-- 
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/20150130/129de73d/attachment-0002.html>


More information about the webkit-unassigned mailing list