Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /svg/painting/reftests/markers-orient-002.svg - WPT Dashboard Interop Dashboard
<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>