summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/css-filters/blur.svg
blob: 8c6cf9536dbbbaa534b5c1f6a6ab2b0cc54afbf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg id="svg-root"
  xmlns="http://www.w3.org/2000/svg"
  xmlns:xlink="http://www.w3.org/1999/xlink">

  <g id="testmeta">
    <title>CSS Filters: Blur an SVG Element</title>
    <link rel="copyright"
          href="http://www.w3.org/Graphics/SVG/Test/Copyright"/>
    <link rel="license"
          href="http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html"/>
    <link rel="author"
          title="Max Vujovic"
          href="mailto:mvujovic@adobe.com"/>
    <link rel="help"
          href="http://www.w3.org/TR/filter-effects-1/#funcdef-blur"/>
    <link rel="match"
          href="blur-ref.svg"/>
    <metadata class="flags">namespace svg</metadata>
    <desc class="assert">
      This test verifies that the CSS blur filter function can filter SVG
      elements. If the test passes, you should see a green square.
    </desc>
  </g>

  <g id="test-body-content">
    <rect x="20" y="20" width="100" height="100" fill="#0f0" filter="blur(3px)"/>
  </g>
</svg>