Skip to content

Instantly share code, notes, and snippets.

@rocka
Last active July 17, 2018 03:16
Show Gist options
  • Select an option

  • Save rocka/0dc51f2422ab790c333b326114988972 to your computer and use it in GitHub Desktop.

Select an option

Save rocka/0dc51f2422ab790c333b326114988972 to your computer and use it in GitHub Desktop.
Maybe a "Material" background image
Display the source blob
Display the rendered blob
Raw
<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>
@rocka
Copy link
Author

rocka commented Jul 15, 2018

This image was created following a Wallpaper from RemixOS.

Link to Google+ post: https://plus.google.com/111371074793740089582/posts/JCPmTXtdYhh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment