Skip to content

Commit

Permalink
fix: exclude cursor attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Nov 23, 2020
1 parent 3f8595e commit 6fa385b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const graphicalPresentationAttributes = [
'color-interpolation-filters',
// 'color-profile',
'color-rendering',
'cursor',
// 'cursor',
'direction',
// 'display',
// 'enable-background',
Expand Down Expand Up @@ -177,7 +177,6 @@ const defaults: Record<typeof graphicalPresentationAttributes[number], string> =
'stroke-width': '1px',
'vector-effect': 'none',
color: '',
cursor: 'auto',
direction: 'ltr',
fill: '',
filter: 'none',
Expand Down

0 comments on commit 6fa385b

Please sign in to comment.