Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/reftests/svg/path-01.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200">
<title>Testcase for path consisting of a single point</title>
<path stroke="black" stroke-width="20" stroke-linecap="round" d="M100 100 Z" />
</svg>