From 6fa385bb98da14cf42511a06e048c2f04f72f635 Mon Sep 17 00:00:00 2001 From: Felix Becker Date: Mon, 23 Nov 2020 17:23:40 +0100 Subject: [PATCH] fix: exclude cursor attribute --- src/svg.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/svg.ts b/src/svg.ts index e0936139..ea330624 100644 --- a/src/svg.ts +++ b/src/svg.ts @@ -110,7 +110,7 @@ const graphicalPresentationAttributes = [ 'color-interpolation-filters', // 'color-profile', 'color-rendering', - 'cursor', + // 'cursor', 'direction', // 'display', // 'enable-background', @@ -177,7 +177,6 @@ const defaults: Record = 'stroke-width': '1px', 'vector-effect': 'none', color: '', - cursor: 'auto', direction: 'ltr', fill: '', filter: 'none',