diff options
Diffstat (limited to 'svg/achernar-icon.svg')
-rw-r--r-- | svg/achernar-icon.svg | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/svg/achernar-icon.svg b/svg/achernar-icon.svg deleted file mode 100644 index 4a28eef..0000000 --- a/svg/achernar-icon.svg +++ /dev/null @@ -1,11 +0,0 @@ -<svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> - <mask id="letter"> - <polygon fill="white" points="24,32 72,32 80,40 80,64 64,64 64,56 32,56 32,64 16,64 16,40" /> - <polygon fill="black" points="32,40 64,40 64,48 32,48" /> - <circle cx="24" cy="40" fill="white" r="8" /> - <circle cx="72" cy="40" fill="white" r="8" /> - </mask> - - <rect fill="#007B34" height="100%" width="100%" x="0" y="0" /> <!-- 356 C --> - <rect fill="#FFFFFF" mask="url(#letter)" height="100%" width="100%" x="0" y="0" /> -</svg> |