summaryrefslogtreecommitdiffstats
path: root/layout/reftests/svg/blur-inside-clipPath.svg
blob: 0b31241c4890519481ea109f3ab90b207bc20b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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">
	<defs>
		<clipPath id="clip-vXP8Ybe5">
			<path d="M0,512v-512h512v512z"/>
		</clipPath>		
		<filter id="filter-wVmTgUOU" filterUnits="objectBoundingBox" x="-30%" y="-30%" width="160%" height="170%" color-interpolation-filters="sRGB">
			<feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" in="SourceGraphic"/>
			<feOffset dy="28"/>
			<feGaussianBlur stdDeviation="18.67" result="blur1"/>
		</filter>
	</defs>
  <g clip-path="url(#clip-vXP8Ybe5)">
    <g filter="url(#filter-wVmTgUOU)">
      <rect x="58.88" y="58.88" width="394.24" height="394.24" color="#07773e" fill="red"/>
    </g>
  </g>
</svg>