diff options
Diffstat (limited to 'bowshock.svg')
-rw-r--r-- | bowshock.svg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bowshock.svg b/bowshock.svg index d0624e3..26f8460 100644 --- a/bowshock.svg +++ b/bowshock.svg @@ -1,8 +1,10 @@ <!-- Copyright 2023 Gabriel Jensen. --> <svg height="120" width="120" xmlns="http://www.w3.org/2000/svg"> <!-- background --> + <rect fill="#FFEEE0" height="120" width="120" x="0" y="0" /> + <!-- outline --> <circle cx="60" cy="60" fill="#B61833" r="48" /> - <!-- circles --> + <!-- rings --> <circle cx="60" cy="66" fill="none" r="24" stroke="#FFEEE0" stroke-width="12" /> <circle cx="60" cy="54" fill="none" r="24" stroke="#0F0F0F" stroke-width="12" /> </svg> |