summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feComposite-paint-01-ref.svg
blob: eb0e773d3ac2f75640d27469ff88ce8bc2576f6c (plain)
1
2
3
4
5
6
7
8
9
<svg id="svg-root" width="100%" height="100%"
  viewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink" shape-rendering="crispEdges">

  <rect transform="translate(100 30)" fill="lime" width="120" height="120"/>
  <rect transform="translate(249 29)" width="122" height="122" fill="#80FF80"/>
  <rect transform="translate(99 179)" width="122" height="122" fill="#666"/>
  <rect transform="translate(249 179)" width="122" height="122" fill="rgb(0,255,255)"/>
</svg>