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/testing/web-platform/tests/svg/painting/reftests/markers-orient-002.svg
<title>orient='auto' with 180 degree turns</title>
<h:link rel="match" href="../../pservers/reftests/reference/green-100x100.svg"/>
<marker id="m" markerWidth="100" markerHeight="50" markerUnits="userSpaceOnUse"
orient="auto" refX="50" refY="50">
<path d="M50,-5L105,50h-110z" fill="green"/>
</marker>
<g marker-start="url(#m)">
<path d="M50,0v50z"/>
<path d="M100,50h-50z"/>
<path d="M50,100v-50z"/>
<path d="M0,50h50z"/>
</g>
</svg>