# Pastebin CeY6YX28
Consider a shape that is clipped by a clipping path applied to an ancestor:
<g clip-path="circle()"> <path id="shape" d="M0,0 L10,10, L 20,0 z"/> </g> The shape is referenced by a <use> element: <use xlink:href="#shape"/>
<g clip-path="circle()"> <path id="shape" d="M0,0 L10,10, L 20,0 z"/> </g>
The shape is referenced by a <use> element:
<use>
<use xlink:href="#shape"/>