Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>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" stroke-linecap="square"/>
<ellipse cx="300" cy="750" rx="150" ry="100" fill="none"
stroke="blue" stroke-width="80" stroke-linecap="square"/>
</svg>