Source code
Revision control
Copy as Markdown
Other Tools
<defs>
<pattern id="checkerboard" width="20" height="20" patternUnits="userSpaceOnUse">
<rect width="10" height="10" fill="black" />
<rect width="10" height="10" x="10" y="10" fill="black" />
</pattern>
</defs>
<rect width="100%" height="100%" fill="none" stroke="black" stroke-width="1" />
<rect width="100%" height="100%" fill="url(#checkerboard)" />
</svg>