[Webkit-unassigned] [Bug 164068] SVG circle getting drawn as a square

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 28 23:29:40 PDT 2016


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

--- Comment #2 from Said Abou-Hallawa <sabouhallawa at apple.com> ---
This is a simpler test case:

<svg viewBox="0 0 30 20" version="1.1" xmlns="http://www.w3.org/2000/svg">
    <circle stroke-width="1.3" cx="2" cy="2" r="0.3" stroke="red"/>        
</svg>

The bug happens only with some value of stroke-width > r. Displaying a rectangle instead of a circle is a bug but it is not the normal case. Usually stroke-width < r.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161029/75c773a1/attachment.html>


More information about the webkit-unassigned mailing list