initial commit
This commit is contained in:
commit
3ba76b4f02
90 changed files with 12507 additions and 0 deletions
8
public/assets/texture-grain.svg
Normal file
8
public/assets/texture-grain.svg
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<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>
|
||||
|
After Width: | Height: | Size: 415 B |
Loading…
Add table
Add a link
Reference in a new issue