'Circle radius < stroke width. Inconsistent results
Is the SVG format well defined for the case where the circle radius is smaller than the stroke width? Here's an example.
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="1280" height="720">
<g id="fig16" style="stroke:rgb(255,203,0);fill:rgb(255,203,0)">
<circle cx="409" cy="322" r="0.005" style="stroke-width:20.687"/>
</g>
</svg>
When viewed in the Edge browser it either appears or disappears depending on the level of zoom I use in the browser. In Inkscape it's shown with an outline and a diamond shape in the middle, which changes when I zoom in. I get varying results when I use other SVG viewers. Is there a workaround that doesn't involve avoiding it completely?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
