summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/images/pattern-nosize.svg
blob: 788e156a884dd3bf447c9836ac42400f4525f49f (plain)
1
2
3
4
5
6
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
  <rect x="00" y="00" width="10" height="10" fill="#ff0000"/>
  <rect x="10" y="00" width="10" height="10" fill="#00ff00"/>
  <rect x="00" y="10" width="10" height="10" fill="#0000ff"/>
  <rect x="10" y="10" width="10" height="10" fill="#000000"/>
</svg>