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

<filter id="f1" filterUnits="objectBoundingBox" primitiveUnits="objectBoundingBox" 
         x="0" y="0" width="1" height="1">
  <feOffset x="10%" y="10%" width="80%" height="80%" dx="0.15" dy="0.25"/>
</filter>
<g filter="url(#f1)">
  <rect x="0" y="0" width="100" height="100" fill="#00ff00"/>
</g>

</svg>