noise added

This commit is contained in:
ed barz 2021-10-26 13:04:29 +02:00
parent 6aa72db247
commit 3c7ff79348
1 changed files with 15 additions and 0 deletions

15
noise.svg Normal file
View File

@ -0,0 +1,15 @@
<svg
xmlns='http://www.w3.org/2000/svg'
xmlns:xlink='http://www.w3.org/1999/xlink'
width='300' height='300'>
<filter id='n' x='0' y='0'>
<feTurbulence
type='fractalNoise'
baseFrequency='0.52'
stitchTiles='stitch'/>
</filter>
<rect width='300' height='300' fill='#fff0'/>
<rect width='300' height='300' filter="url(#n)" opacity='0.20'/>
</svg>

After

Width:  |  Height:  |  Size: 421 B