Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Reference to test that stroke-linecap:"square" is ignored on circles and ellipses</title>
<circle cx="300" cy="300" r="200" stroke="black" fill="none"
stroke-width="80"/>
<ellipse cx="300" cy="750" rx="150" ry="100" fill="none"
stroke="blue" stroke-width="80"/>
</svg>