summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feComposite-2-ref.svg
blob: 464b6de23beff0c04388b2f3eb385a8e6b41716c (plain)
1
2
3
4
5
6
7
8
9
<svg xmlns="http://www.w3.org/2000/svg">

<rect x="0" y="0" width="50" height="100" fill="#00ff00"/>
<rect x="0" y="0" width="50" height="100" fill="#ff0000" opacity="0.5"/>
<rect x="50" y="0" width="50" height="100" fill="#ff0000" opacity="0.5"/>

<rect x="100" y="0" width="50" height="100" fill="#808080"/>

</svg>