blob: f36c73e8ade97e60a963da14bb2cfdce877cadf0 (
plain)
1
2
3
4
5
6
7
8
9
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<filter id="filter1">
<feTile/>
</filter>
<rect width="100%" height="100%" filter="url(#filter1)"/>
</svg>
|