Details
-
Bug
-
Status: Open
-
Resolution: Unresolved
-
1.6
-
None
-
None
-
Operating System: other
Platform: Other
Description
This simple SVG gives random results, depending on the window size:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-1 -1 2 2">
<circle r=".02" stroke="#000"/>
</svg>
The radius of the circle seems to be correct for fill, but is always way too
large for stroke (if any is visible) and stroke-width is too small.
Other values for r give varying results.
Display is correct if everything is scaled up to larger values.