Add a couple shadows to logo

This commit is contained in:
Anders Pitman 2020-10-21 15:01:57 -06:00
parent ed0133bc7b
commit 0014ad5ce9
2 changed files with 3 additions and 0 deletions

View File

@ -8,4 +8,6 @@
<circle cx="50" cy="50" r="16" fill="none" stroke="#7d64e3" stroke-width="12" />
<!-- bottom line -->
<line x1="34" y1="72" x2="34" y2="92" stroke="#00c8f0" stroke-width="12" />
<line x1="40.3" y1="30.9" x2="40.3" y2="45.9" stroke="#555" stroke-width="1" stroke-linecap='round' />
<path d=" M 39.5 69.7 A 22 22 0 0 1 28.5 55.5" fill='none' stroke="#555" stroke-linecap='round' />
</svg>

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 799 B

View File

@ -8,3 +8,4 @@
* Eh buttons aren't actually doing anything apparently (when hit by
keyboard).
* See if WebSockets tunnel correctly
* Pretty sure we need to be mutex-locking the cancelFunc calls