Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/svg/reftest.list
<!--
Any copyright is dedicated to the Public Domain.
-->
<title>Testcase for elements referencing an userSpaceOnUse pattern</title>
<defs>
<pattern id="test" patternUnits="userSpaceOnUse" width="20%" height="20%" 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="red" />
<rect x="20" y="20" width="100" height="100" fill="url(#test)" />
</svg>