summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/filters/feTurbulence-zero-baseFreq-01-ref.svg
blob: ec92fc28e1b7f15c409e6424e35b04afc257eb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--
     Any copyright is dedicated to the Public Domain.
     http://creativecommons.org/publicdomain/zero/1.0/
-->
<!--
     This is the reference image for feTurbulence-zero-baseFreq.svg.
-->
<svg xmlns="http://www.w3.org/2000/svg">
  <rect x="0" y="0" width="400" height="100" fill="blue"/>
  <rect x="0" y="100" width="400" height="100" fill="lime"/>
  <!-- nothing in place of the type="turbulence" filter -->
  <rect x="200" y="50" width="100" height="100" fill="rgba(128, 128, 128, 0.5)"/>
</svg>