[Webkit-unassigned] [Bug 218694] SVG rects with corner radii and extremely thick strokes are drawn weirdly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Nov 17 13:38:03 PST 2020
https://bugs.webkit.org/show_bug.cgi?id=218694
--- Comment #3 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
Created attachment 414382
--> https://bugs.webkit.org/attachment.cgi?id=414382&action=review
Reduced test case
I am attaching another test case which show two rectangles both have fill=none and stroke-width=200. The second one has rx="30" ry="30". In WebKit and in FireFox, the rx and the ry are applied from outside the rectangle and from inside it as well. So the second rectangle is rendered as a hollow circle. In Chrome the rx and the ry are applied from outside the rectangle only. So it appears as an opaque rectangle.
--
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/20201117/b5798cac/attachment.htm>
More information about the webkit-unassigned
mailing list