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-round-w-zero-length-segs-03.svg
<rect width="100%" height="100%" fill="lime"/>
<g fill="red">
<circle cx="40" cy="50" r="18"/>
<circle cx="260" cy="50" r="18"/>
</g>
<g stroke-width="40" stroke="lime" stroke-linecap="round">
<path d="M40, 50z m220,0z"/>
</g>
</svg>