summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rw-r--r--svg/achernar.svg4
-rw-r--r--svg/glyph/achernar.svg4
-rw-r--r--svg/hamburger.svg4
3 files changed, 2 insertions, 10 deletions
diff --git a/svg/achernar.svg b/svg/achernar.svg
index 238dd6f..f31bcab 100644
--- a/svg/achernar.svg
+++ b/svg/achernar.svg
@@ -1,8 +1,4 @@
<svg height="112" width="336" xmlns="http://www.w3.org/2000/svg">
- <clipPath id="clip0">
- <polygon points="68,64 80,64 80,96 68,96" />
- </clipPath>
-
<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" />
diff --git a/svg/glyph/achernar.svg b/svg/glyph/achernar.svg
index bc59aa5..abdc855 100644
--- a/svg/glyph/achernar.svg
+++ b/svg/glyph/achernar.svg
@@ -1,8 +1,4 @@
<svg height="80" width="304" xmlns="http://www.w3.org/2000/svg">
- <clipPath id="clip0">
- <polygon points="52,48 64,48 64,80 52,80" />
- </clipPath>
-
<mask id="glyph">
<polygon fill="white" points="8,0 56,0 64,8 64,32 48,32 48,24 16,24 16,32 0,32 0,8" />
<circle cx="8" cy="8" fill="white" r="8" />
diff --git a/svg/hamburger.svg b/svg/hamburger.svg
index bb187d5..41b1c34 100644
--- a/svg/hamburger.svg
+++ b/svg/hamburger.svg
@@ -1,9 +1,9 @@
<svg height="15" width="15" xmlns="http://www.w3.org/2000/svg">
- <mask id="wordmark">
+ <mask id="glyph">
<rect fill="white" height="3" rx="1" width="15" x="0" y="0" />
<rect fill="white" height="3" rx="1" width="15" x="0" y="6" />
<rect fill="white" height="3" rx="1" width="15" x="0" y="12" />
</mask>
- <rect fill="#FFFFFF" mask="url(#wordmark)" height="100%" width="100%" x="0" y="0" />
+ <rect fill="#FFFFFF" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />
</svg>