blob: d17386fc96a2589c009faa2155be291db417e5d9 [file] [log] [blame]
<!DOCTYPE html>
<script src=../../../resources/ahem.js></script>
<svg>
<pattern id="pat" y="100" patternUnits="userSpaceOnUse" width="200" height="200">
<rect width="200" height="100" fill="red"/>
<rect y="100" width="200" height="100" fill="green"/>
</pattern>
<text y="80" fill="url(#pat)" font-size="100" font-family="Ahem">X</text>
</svg>