From 2f5012a66b865f856cb31c425c532f427ebe6911 Mon Sep 17 00:00:00 2001 From: Michael Leuschel <leuschel@uni-duesseldorf.de> Date: Wed, 14 Oct 2020 11:09:04 +0200 Subject: [PATCH] update svg --- Reals/Grapher.svg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Reals/Grapher.svg b/Reals/Grapher.svg index 1816ddf..a4e7544 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> -- GitLab