diff --git a/elements/Svg.js b/elements/Svg.js index 4b47e4df..c833ba18 100644 --- a/elements/Svg.js +++ b/elements/Svg.js @@ -102,16 +102,13 @@ class Svg extends Shape { flex: 0, } : null; - const w = String(width); - const h = String(height); - return ( {