Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/stroke-linecap-circle-ellipse-01.svg
<!--
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>