diff options
Diffstat (limited to 'svg')
-rw-r--r-- | svg/achernar-icon.svg (renamed from svg/favicon.svg) | 10 | ||||
-rw-r--r-- | svg/achernar.svg | 8 |
2 files changed, 1 insertions, 17 deletions
diff --git a/svg/favicon.svg b/svg/achernar-icon.svg index c2903f5..4a28eef 100644 --- a/svg/favicon.svg +++ b/svg/achernar-icon.svg @@ -1,10 +1,4 @@ <svg height="96" width="96" xmlns="http://www.w3.org/2000/svg"> - <!-- gradients: --> - - <!-- clips: --> - - <!-- masks: --> - <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" /> @@ -12,8 +6,6 @@ <circle cx="72" cy="40" fill="white" r="8" /> </mask> - <!-- fills: --> - - <rect fill="#007B34" height="100%" rx="16" ry="16" width="100%" x="0" y="0" /> <!-- 356 C --> + <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> diff --git a/svg/achernar.svg b/svg/achernar.svg index 84ccb2f..238dd6f 100644 --- a/svg/achernar.svg +++ b/svg/achernar.svg @@ -1,14 +1,8 @@ <svg height="112" width="336" xmlns="http://www.w3.org/2000/svg"> - <!-- gradients: --> - - <!-- clips: --> - <clipPath id="clip0"> <polygon points="68,64 80,64 80,96 68,96" /> </clipPath> - <!-- masks: --> - <mask id="wordmark"> <polygon fill="white" points="24,16 72,16 80,24 80,48 64,48 64,40 32,40 32,48 16,48 16,24" /> <circle cx="24" cy="24" fill="white" r="8" /> @@ -40,8 +34,6 @@ <polygon fill="black" points="272,72 304,72 304,80 272,80" /> </mask> - <!-- fills: --> - <rect fill="#007B34" height="100%" width="100%" x="0" y="0" /> <!-- 356 C --> <rect fill="#FFFFFF" mask="url(#wordmark)" height="100%" width="100%" x="0" y="0" /> </svg> |