8 lines
No EOL
415 B
XML
8 lines
No EOL
415 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160" width="160" height="160">
|
|
|
|
<filter id="g">
|
|
<feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" seed="7" stitchTiles="stitch"></feTurbulence>
|
|
<feColorMatrix type="matrix" values="0 0 0 0 0.13 0 0 0 0 0.12 0 0 0 0 0.09 0 0 0 1 0"></feColorMatrix>
|
|
</filter>
|
|
<rect width="160" height="160" filter="url(#g)"></rect>
|
|
</svg> |