<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&#64;apple.com" title="Said Abou-Hallawa &lt;sabouhallawa&#64;apple.com&gt;"> <span class="fn">Said Abou-Hallawa</span></a>
</span></b>
        <pre>This is a simpler test case:

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

The bug happens only with some value of stroke-width &gt; r. Displaying a rectangle instead of a circle is a bug but it is not the normal case. Usually stroke-width &lt; 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>