blob: c4600a79986cb7c1cc34cf64468e38126f2a811b [file] [log] [blame]
<svg xmlns="http://www.w3.org/2000/svg">
<pattern id="pattern" patternUnits="userSpaceOnUse" height="100">
<rect width="100" height="100" fill="#008000"/>
<set attributeName="width" to="100" fill="freeze"/>
</pattern>
<rect width="100" height="100" fill="#ff0000"/>
<rect width="100" height="100" fill="url(#pattern)"/>
</svg>