diff options
| author | abalone1969 <57199430+abalone1969@users.noreply.github.com> | 2019-12-11 12:10:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-11 12:10:13 -0800 |
| commit | 2b5ad4f74bcdcd22c34b811e723d7504b13f0636 (patch) | |
| tree | c1c5fc05f0194f2d92e81f139d642eb5b9cc622d | |
| parent | bc4e51d444ddd01ea395c54e669a9633b806e149 (diff) | |
Add files via upload
| -rw-r--r-- | forestlawn.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/forestlawn.svg b/forestlawn.svg new file mode 100644 index 0000000..e9b88e2 --- /dev/null +++ b/forestlawn.svg @@ -0,0 +1,14 @@ +<!-- Author: abalone1969 --> +<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='#cd853f'></rect> + <!-- Foreground --> + <circle cx='24' cy='24' r='8' id='f_high' fill='#000000'></circle> + <circle cx='40' cy='24' r='8' id='f_med' fill='#8b0000'></circle> + <circle cx='56' cy='24' r='8' id='f_low' fill='#8b4513'></circle> + <circle cx='72' cy='24' r='8' id='f_inv' fill='#00ced1'></circle> + <!-- Background --> + <circle cx='24' cy='40' r='8' id='b_high' fill='#90ee90'></circle> + <circle cx='40' cy='40' r='8' id='b_med' fill='#32cd32'></circle> + <circle cx='56' cy='40' r='8' id='b_low' fill='#9acd32'></circle> + <circle cx='72' cy='40' r='8' id='b_inv' fill='#000000'></circle> +</svg> |
