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/path-08.svg
<!--
Any copyright is dedicated to the Public Domain.
-->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none">
<title>Testcase move followed by comma and line co-ordinates</title>
<rect width="100%" height="100%" fill="red"/>
<path d="M0,0,100,0,100,100,0,100z" fill="lime" shape-rendering="crispEdges"/>
</svg>