Source code
Revision control
Copy as Markdown
Other Tools
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Reference for elements referencing an userSpaceOnUse pattern</title>
<defs>
<pattern id="test" patternUnits="userSpaceOnUse" width="100" height="100" viewBox="0 0 10 10">
<rect x="0" y="0" width="10" height="10" fill="lime" />
</pattern>
</defs>
<rect x="20" y="20" width="100" height="100" fill="url(#test)" />
</svg>