Last active
July 17, 2018 03:16
-
-
Save rocka/0dc51f2422ab790c333b326114988972 to your computer and use it in GitHub Desktop.
Maybe a "Material" background image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300" version="1.1" viewBox=""> | |
| <defs> | |
| <filter id="shadow"> | |
| <feDropShadow dx="3" dy="3" flood-color="#000000" flood-opacity="0.3" stdDeviation="2"/> | |
| </filter> | |
| </defs> | |
| <rect width="300" height="300" x="0" y="0" fill="#002742"/> | |
| <polygon fill="#07507e" points="0,-200 -60,300 500,300" filter="url(#shadow)"/> | |
| <polygon fill="#d9aa18" points="-60,0 -60,300 300,360" filter="url(#shadow)"/> | |
| <polygon fill="#347daa" points="300,240 240,180 300,120" filter="url(#shadow)"/> | |
| <polygon fill="#c33807" points="0,90 -60,300 210,300" filter="url(#shadow)"/> | |
| <polygon fill="#0894a4" points="-60,-60 300,-60 -60,300" filter="url(#shadow)"/> | |
| </svg> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This image was created following a Wallpaper from RemixOS.
Link to Google+ post: https://plus.google.com/111371074793740089582/posts/JCPmTXtdYhh