[Webkit-unassigned] [Bug 200445] New: overflow="visible" has no effect on the dimension of a <use> element unless its dimensions are specifed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 5 13:16:28 PDT 2019


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

            Bug ID: 200445
           Summary: overflow="visible" has no effect on the dimension of a
                    <use> element unless its dimensions are specifed
           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 375547

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

test case

Open the attached test case.

Expected: Two 100x100 green rectangles.
Result: The first rectangle is 100x100 green rectangle. The second rectangle is not fully green.

The first rectangle is defined as:

   <use href="#s" width="100" height="100"/>

While the second rectangle is defined as:

   <use href="#s"/>

The bug is the dimension of the second <use> element is not specified so it should take the dimension of the symbol. And it should be visible because the container <svg> is defined as:

   <svg x = "120" width="50" height="50" overflow="visible">

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


More information about the webkit-unassigned mailing list