blob: 0c6e4054356f4757bc740eb511636ecf4d94519a [file] [log] [blame]
<!DOCTYPE html>
<script src="../../resources/ahem.js"></script>
<svg>
<defs>
<text id="text" y="80" font-size="100" font-family="Ahem">X</text>
<clipPath id="clip">
<use xlink:href="#text"/>
</clipPath>
</defs>
<rect width="200" height="100" fill="green" clip-path="url(#clip)"/>
</svg>