mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-06 01:56:41 +07:00
dynamically loading images for hero
This commit is contained in:
parent
5cd5941be0
commit
2386b3f8d8
4 changed files with 23 additions and 7 deletions
src/sprites
8
src/sprites/stripes.svg
Normal file
8
src/sprites/stripes.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%">
|
||||
<defs>
|
||||
<pattern id="pattern_KGiq8" patternUnits="userSpaceOnUse" width="3.5" height="3.5" patternTransform="rotate(45)">
|
||||
<line x1="0" y="0" x2="0" y2="3.5" stroke="#000000" stroke-width="1" />
|
||||
</pattern>
|
||||
</defs>
|
||||
<rect width="100%" height="100%" fill="url(#pattern_KGiq8)" opacity="1" />
|
||||
</svg>
|
After (image error) Size: 371 B |
Loading…
Add table
Add a link
Reference in a new issue