Skip to content

Commit

Permalink
Add some attributes to the allowed list (#1976)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmadom authored Dec 26, 2024
1 parent 0121f46 commit 3b2c272
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const ALLOWED_ATTRIBUTES = [
'clip-rule',
'color',
'colspan',
'cursor',
'cx',
'cy',
'd',
Expand All @@ -120,6 +121,8 @@ export const ALLOWED_ATTRIBUTES = [
'opacity',
'orient',
'padding',
'paint-order',
'pointer-events',
'points',
'r',
'refX',
Expand All @@ -133,6 +136,7 @@ export const ALLOWED_ATTRIBUTES = [
'stroke',
'stroke-linecap',
'stroke-linejoin',
'stroke-opacity',
'stroke-width',
'result',
'rowspan',
Expand Down

0 comments on commit 3b2c272

Please sign in to comment.