<svg xmlns="http://www.w3.org/2000/svg"> | |
<clipPath id="clip1" clipPathUnits="objectBoundingBox"> | |
<rect width="1" height="1"/> | |
</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-end="url(#marker1)" clip-path="url(#clip1)" fill="green"/> | |
</svg> |