# Pastebin s2nE2bXp

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"/>
  

The geometry of the shape is not influenced by the circular clipping path.