Interesting.<p>If I'm reading this right, the result shouldn't be surprising (though maybe inappropriately named?). Consider:<p><pre><code> {shape-rendering: crisp-edges;}
Indicates that the user agent should attempt to emphasize the contrast between clean edges of artwork over rendering speed and geometric precision. To achieve crisp edges, the user agent might turn off anti-aliasing for all lines or possibly just for straight lines which are close to vertical or horizontal. Also, the user agent might adjust line positions and line widths to align edges with device pixels.
</code></pre>
Would a circle not be a graphic you'd want to be geometrically precise, making {shape-rendering: geometric-precision;} the most appropriate choice?