haikuwebkit/LayoutTests/svg/clip-path/clip-path-content-use-004.svg

9 lines
312 B
XML

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs>
<rect id="rect" width="100" height="100"/>
</defs>
<clipPath id="clip1">
<use xlink:href="#rect" transform="translate(50, 50)"/>
</clipPath>
<rect width="200" height="200" fill="green" clip-path="url(#clip1)"/>
</svg>