forked from GNUsocial/gnu-social
16 lines
446 B
XML
16 lines
446 B
XML
|
<svg
|
||
|
xmlns='http://www.w3.org/2000/svg'
|
||
|
xmlns:xlink='http://www.w3.org/1999/xlink'
|
||
|
width='100%' height='100%'>
|
||
|
|
||
|
<filter id='n' x='0' y='0'>
|
||
|
<feTurbulence
|
||
|
type='fractalNoise'
|
||
|
baseFrequency='0.85'
|
||
|
stitchTiles='stitch'/>
|
||
|
</filter>
|
||
|
|
||
|
<rect width='100%' height='100%' fill='#fff'/>
|
||
|
<rect width='100%' height='100%' filter="url(#n)" opacity='0.22'/>
|
||
|
</svg>
|