summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/svg-integration/filter-html-01-ref.svg
blob: ecc3d4f9d6035179862778563123f5fbf3ee6b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
     xmlns:xlink="http://www.w3.org/1999/xlink">
  <filter id="f1">
    <feFlood flood-color="black" result="black"/>
    <feComposite in="SourceAlpha" operator="in"/>
    <feOffset dx="10" dy="10"/>
    <feComposite in="SourceGraphic"/>
  </filter>
  <rect x="50" y="50" width="200" height="200" fill="lime" filter="url(#f1)"/>
</svg>