[Webkit-unassigned] [Bug 198759] imported/blink/svg/as-image/svgview-references.html is failing in WK1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 12:00:20 PDT 2019


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

Said Abou-Hallawa <sabouhallawa at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sabouhallawa at apple.com

--- Comment #5 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
There is a <path> element in the svglogo-viewbox.svg image. It has two arcs to draw one bar in the SVG logo.

This image is scaled up in svgview-references.html twice because the viewBox of the referencing <use> element is set to 1/4 and 1/9 of the original image viewBox.

This can make the test fails on some configurations or hardware due to the scaling issue. The fix would be to use other drawing which does not involve arcs or circles. The purpose of this test is to test the SVG image works with viewBox linking correctly. And it does not matter what drawing elements are used.

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


More information about the webkit-unassigned mailing list