blob: bcc5cc446dd74ce1ea6ee8a477a3ea635d2e1eb1 [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<clipPath id="clip1" clipPathUnits="userSpaceOnUse">
<rect width="100%" height="100%"/>
</clipPath>
<marker id="marker1" viewBox="0 0 10 10" refX="5" refY="5" markerWidth="100" markerHeight="100">
<rect width="10" height="10" fill="blue"/>
</marker>
<path d="M50,50 L150,50 L150,150 L50,150 z" marker-start="url(#marker1)" clip-path="url(#clip1)" fill="green"/>
</svg>