diff options
| author | Лu Лinveгa <aliceffekt@gmail.com> | 2019-11-08 20:58:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-08 20:58:29 -0500 |
| commit | ecd8650270b54cfaf4f8e17c877833a0beea7c3d (patch) | |
| tree | e42bc76bd6bfb7c44f6a389fb670c6705eae62c3 /bigtime.svg | |
| parent | 44ee0e89ac00c4a4f7d16d19e205837f6f1beedf (diff) | |
| parent | 486b24ab628a6aba2e16bd1ea02205453490e997 (diff) | |
Merge pull request #38 from abalone1969/patch-1
Create bigtime.svg
Diffstat (limited to 'bigtime.svg')
| -rw-r--r-- | bigtime.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bigtime.svg b/bigtime.svg new file mode 100644 index 0000000..93c55f6 --- /dev/null +++ b/bigtime.svg @@ -0,0 +1,13 @@ +<svg width="96px" height="64px" xmlns="http://www.w3.org/2000/svg" baseProfile="full" version="1.1"> + <rect width='96' height='64' id='background' fill='#4682B4'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' id='f_high' fill='#FFA500'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#2F4F4F'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#000000'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#9932CC'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='#696969'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#778899'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#F8F8FF'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#6B8E23'></circle> +</svg> |
