diff --git a/Button/button.svg b/Button/button.svg
index 6278f446059b00b17bccbcf5837425627d4822fc..6429740242af7bbb0219f620f1f0acc330771966 100644
--- a/Button/button.svg
+++ b/Button/button.svg
@@ -1,4 +1,8 @@
-<svg height="240" width="200">
+<svg id = "root" 
+   viewBox = "0 0 200 240",
+   width = "200",
+   height = "240"
+>
   <circle id="button" cx="100" cy="100" r="80"
     stroke="black" stroke-width="3" fill="green" />
     <text  text-align="left"  x="50"  y="190"