summaryrefslogtreecommitdiff
path: root/svg
diff options
context:
space:
mode:
Diffstat (limited to 'svg')
-rw-r--r--svg/hamburger.svg6
1 files changed, 3 insertions, 3 deletions
diff --git a/svg/hamburger.svg b/svg/hamburger.svg
index 41b1c34..6ecae15 100644
--- a/svg/hamburger.svg
+++ b/svg/hamburger.svg
@@ -1,8 +1,8 @@
<svg height="15" width="15" xmlns="http://www.w3.org/2000/svg">
<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" />
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="0" />
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="6" />
+ <rect fill="white" height="3" rx="1" width="100%" x="0" y="12" />
</mask>
<rect fill="#FFFFFF" mask="url(#glyph)" height="100%" width="100%" x="0" y="0" />