From 2b11cb94f9becbb025680230e4cf46ff9e5ad56c Mon Sep 17 00:00:00 2001 From: Coen Date: Thu, 15 Apr 2021 14:12:56 +0200 Subject: [PATCH] move shape-rendering to svg component --- src/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/style.css b/src/style.css index 6ff9db4f..5b2d7d2c 100644 --- a/src/style.css +++ b/src/style.css @@ -178,8 +178,4 @@ z-index: 5; bottom: 10px; right: 10px; - - &-node { - shape-rendering: crispedges; - } }