summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/image/image-filter-01-ref.svg
blob: 66ad638ebf58684d3ef60b8f591407493ce29ff0 (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <g transform="translate(2, 2)">
    <image x="0"  y="0"  width="10" height="10" xlink:href="blueRect10x10.png"/>
    <image x="20" y="0"  width="10" height="10" xlink:href="blueRect10x10.png"/>
    <image x="0"  y="20" width="10" height="10" xlink:href="blueRect10x10.png"/>
    <image x="20" y="20" width="10" height="10" xlink:href="blueRect10x10.png"/>
  </g>
</svg>