Bug 1649121: part 48) Rename `MakeEmpty` in `ContentIteratorBase::InitInternal`....
[gecko.git] / layout / reftests / svg / blur-inside-clipPath-ref.svg
blob0b679f7409d3037ba80957099dd5650118832dff
1 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="786" viewBox="0,0,512,512">
2 <defs>
3 <filter id="filter-wVmTgUOU" filterUnits="objectBoundingBox" x="-30%" y="-30%" width="160%" height="170%" color-interpolation-filters="sRGB">
4 <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" in="SourceGraphic"/>
5 <feOffset dy="28"/>
6 <feGaussianBlur stdDeviation="18.67" result="blur1"/>
7 </filter>
8 </defs>
9 <g filter="url(#filter-wVmTgUOU)">
10 <rect x="58.88" y="58.88" width="394.24" height="394.24" color="#07773e" fill="red"/>
11 </g>
12 </svg>