diff --git a/Reals/Grapher.svg b/Reals/Grapher.svg
index 1816ddf534cf4de88e0b775a8bbee6e33d3522b1..a4e754440744cb54dd5d1a7eb154f325d00c4a73 100644
--- a/Reals/Grapher.svg
+++ b/Reals/Grapher.svg
@@ -3,8 +3,8 @@
     <polyline id = "fungraph"
        points="0,0 0,1 10,1 10,0 90,0 90,1 100,1 100,0"
        stroke="black" 
-       fill="none"
-       opacity="0.70"
+       fill="white"
         />
-    <rect x="0" y="0" width="500" height="300" fill="none" stroke="black">
+    <rect id ="funrect" x="0" y="0" width="500" height="300" fill="white" stroke="black"
+       opacity="0.20">
 </svg>