diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-10-22 12:53:06 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-19 00:06:11 +0100 |
commit | 8db8f9d099fecfab5bab4cbad0b35d014827c09c (patch) | |
tree | 72b5dec558d4e91e9f61c6f69269faf2f345cea1 /images/unit_knights.svg | |
parent | 719d61982953caf61c0df7776347e13105a2e8b2 (diff) | |
download | nevsky-8db8f9d099fecfab5bab4cbad0b35d014827c09c.tar.gz |
Add lossless art assets.
Diffstat (limited to 'images/unit_knights.svg')
-rw-r--r-- | images/unit_knights.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/images/unit_knights.svg b/images/unit_knights.svg new file mode 100644 index 0000000..2f5ee11 --- /dev/null +++ b/images/unit_knights.svg @@ -0,0 +1,16 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="28"> +<defs> +<linearGradient id="silver_top" x1="0" y1="1" x2="1" y2="0"> +<stop offset="0%" stop-color="#ccc" /> +<stop offset="30%" stop-color="#eee" /> +<stop offset="100%" stop-color="#bbb" /> +</linearGradient> +<linearGradient id="silver_side"> +<stop offset="0%" stop-color="#ccc" /> +<stop offset="45%" stop-color="#eee" /> +<stop offset="100%" stop-color="#aaa" /> +</linearGradient> +</defs> +<path stroke-width="0.8" fill="url(#silver_side)" stroke="#222" d="M21.875 7.376v14.207a.969.969 0 0 1-.173.573c-.98 1.43-6.76 2.918-9.324 3.504-2.563.585-8.2 1.73-9.728.848-.38-.22-.53-.613-.526-1.098V11.468l13.377-3.946Z"/> +<path stroke-width="0.8" fill="url(#silver_top)" stroke="#222" d="M10.188 1.283c2.573-.588 6.376 1.305 7.708 2.114 1.332.81 4.786 3.104 3.806 4.533-.98 1.431-6.76 2.92-9.324 3.504-2.563.586-8.2 1.731-9.728.85-1.527-.884.675-4.52 1.507-5.768.833-1.247 3.458-4.645 6.031-5.233z"/> +</svg> |