diff options
author | David Robillard <d@drobilla.net> | 2022-07-15 18:41:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-16 09:33:09 -0400 |
commit | 6720bf362d0f6008f5e827b3713705719276fd96 (patch) | |
tree | 931a6cfc227acf9a30b2bf73137acf0ff009a007 /doc/_static/serd.svg | |
parent | 35829c05564d592b208955b9d9c83d07a08b2400 (diff) | |
download | serd-6720bf362d0f6008f5e827b3713705719276fd96.tar.gz serd-6720bf362d0f6008f5e827b3713705719276fd96.tar.bz2 serd-6720bf362d0f6008f5e827b3713705719276fd96.zip |
Remove fill from logo
This makes it look reasonably good on both dark and light backgrounds.
Diffstat (limited to 'doc/_static/serd.svg')
-rw-r--r-- | doc/_static/serd.svg | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/doc/_static/serd.svg b/doc/_static/serd.svg index 570a4f98..855b2874 100644 --- a/doc/_static/serd.svg +++ b/doc/_static/serd.svg @@ -1,20 +1,12 @@ <svg height="128" viewBox="0 0 33.867 33.867" width="128" xmlns="http://www.w3.org/2000/svg"> - <g stroke="#444" stroke-linejoin="round" stroke-width="1.058"> - <path d="M26.726 7.14h6.529V.613h-6.529z" fill="#fff" fill-rule="evenodd"/> - <path d="M26.726 7.14h6.529V.613h-6.529z" fill="none"/> - <path d="M13.67 7.14h6.528V.613h-6.529z" fill="#fff" fill-rule="evenodd"/> - <path d="M13.67 7.14h6.528V.613h-6.529z" fill="none"/> - <path d="M.612 7.14h6.529V.613H.612z" fill="#fff" fill-rule="evenodd"/> - <path d="M.612 7.14h6.529V.613H.612z" fill="none"/> - <path d="M26.726 33.255h6.529v-6.529h-6.529z" fill="#fff" fill-rule="evenodd"/> - <path d="M26.726 33.255h6.529v-6.529h-6.529z" fill="none"/> - <path d="M13.67 33.255h6.528v-6.529h-6.529z" fill="#fff" fill-rule="evenodd"/> - <path d="M13.67 33.255h6.528v-6.529h-6.529z" fill="none"/> - <path d="M.612 33.255h6.529v-6.529H.612z" fill="#fff" fill-rule="evenodd"/> - <path d="M.612 33.255h6.529v-6.529H.612z" fill="none"/> - <path d="M13.67 20.198h6.528v-6.529h-6.529z" fill="#fff" fill-rule="evenodd"/> - <g fill="none"> - <path d="M13.67 20.198h6.528v-6.529h-6.529zM20.198 3.876h6.528M7.14 3.876h6.53M7.14 7.14l6.53 6.53M20.198 20.198l6.528 6.528M7.14 29.99h6.53M20.198 29.99h6.528"/> - </g> + <g fill="none" stroke="#444" stroke-linejoin="round" stroke-width="1.058"> + <path d="M26.726 7.14h6.529V.613h-6.529z"/> + <path d="M26.726 7.14h6.529V.613h-6.529zM13.67 7.14h6.528V.613h-6.529z"/> + <path d="M13.67 7.14h6.528V.613h-6.529zM.612 7.14h6.529V.613H.612z"/> + <path d="M.612 7.14h6.529V.613H.612zM26.726 33.255h6.529v-6.529h-6.529z"/> + <path d="M26.726 33.255h6.529v-6.529h-6.529zM13.67 33.255h6.528v-6.529h-6.529z"/> + <path d="M13.67 33.255h6.528v-6.529h-6.529zM.612 33.255h6.529v-6.529H.612z"/> + <path d="M.612 33.255h6.529v-6.529H.612zM13.67 20.198h6.528v-6.529h-6.529z"/> + <path d="M13.67 20.198h6.528v-6.529h-6.529zm6.528-16.322h6.528m-19.586 0h6.53M7.14 7.14l6.53 6.53m6.528 6.528l6.528 6.528M7.14 29.99h6.53m6.528 0h6.528"/> </g> </svg> |