<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - SVG circle getting drawn as a square"
href="https://bugs.webkit.org/show_bug.cgi?id=164068#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED INVALID - SVG circle getting drawn as a square"
href="https://bugs.webkit.org/show_bug.cgi?id=164068">bug 164068</a>
from <span class="vcard"><a class="email" href="mailto:sabouhallawa@apple.com" title="Said Abou-Hallawa <sabouhallawa@apple.com>"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
<pre>This is a simpler test case:
<svg viewBox="0 0 30 20" version="1.1" xmlns="<a href="http://www.w3.org/2000/svg">http://www.w3.org/2000/svg</a>">
<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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>