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 for a stroke with a dasharray whose gaps add up to 0 still painting</title>
<g fill="none" stroke="black" stroke-width="2" stroke-dasharray="10 0">
<path d="M 100,100 v 100"/>
<path d="M 110,100 h 100"/>
</g>
</svg>