diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-16 16:13:37 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-07-16 16:13:37 +0700 |
commit | 4f18daa2342fb4a0d97b1e241d19674d3ab9df60 (patch) | |
tree | 9476b7af9535bee4feef0687c9d0f606c6903f86 | |
parent | e2562e1698cc1aa053277660a7e67f5fcb60c77f (diff) | |
download | brutalmaze-4f18daa2342fb4a0d97b1e241d19674d3ab9df60.tar.gz |
Make icon true squircle 0.8.25
-rw-r--r-- | brutalmaze/icon.png | bin | 12771 -> 16454 bytes | |||
-rw-r--r-- | icon.svg | 24 |
2 files changed, 24 insertions, 0 deletions
diff --git a/brutalmaze/icon.png b/brutalmaze/icon.png index 6e7d7dd..dac6608 100644 --- a/brutalmaze/icon.png +++ b/brutalmaze/icon.png Binary files differdiff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..f70e1c5 --- /dev/null +++ b/icon.svg @@ -0,0 +1,24 @@ +<?xml version="1.0" standalone="no"?> +<!-- + This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 + International License. To view a copy of this license, visit + http://creativecommons.org/licenses/by-sa/4.0/ or send a letter + to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. + --> +<svg xmlns="http://www.w3.org/2000/svg" + width="576" height="576" viewBox="-288 -288 576 576"> +<title>Brutal Maze icon in Scalable Vector Graphics</title> +<path fill="#2e3436" + d="M 0 288 + C 126.2 288, 196.3563 288, 242.1782 242.1782 + C 288 196.3563, 288 126.2, 288 0 + C 288 -126.2, 288 -196.3563, 242.1782 -242.1782 + C 196.3563 -288, 126.2,-288, 0 -288 + C -126.2 -288, -196.3563 -288, -242.1782 -242.1782 + C -288 -196.3563, -288 -126.2, -288 0 + C -288 126.2, -288 196.3563, -242.1782 242.1782 + C -196.3563 288, -126.2 288, 0 288 + Z"/> +<polygon points="-119.1174 -119.1174, 162.7174 -43.6, -43.6 162.7174" + style="fill:#eeeeec"/> +</svg> |