Skip to content

Commit

Permalink
Add SVG transfer function attributes to allow list
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigabyte5671 committed Aug 20, 2024
1 parent 4ec7f66 commit 90ebd15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/attrs.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const svg = freeze([
'accumulate',
'additive',
'alignment-baseline',
'amplitude',
'ascent',
'attributename',
'attributetype',
Expand Down Expand Up @@ -153,6 +154,7 @@ export const svg = freeze([
'edgemode',
'elevation',
'end',
'exponent',
'fill',
'fill-opacity',
'fill-rule',
Expand Down Expand Up @@ -181,6 +183,7 @@ export const svg = freeze([
'image-rendering',
'in',
'in2',
'intercept',
'k',
'k1',
'k2',
Expand Down Expand Up @@ -245,6 +248,7 @@ export const svg = freeze([
'scale',
'seed',
'shape-rendering',
'slope',
'specularconstant',
'specularexponent',
'spreadmethod',
Expand All @@ -265,6 +269,7 @@ export const svg = freeze([
'surfacescale',
'systemlanguage',
'tabindex',
'tablevalues',
'targetx',
'targety',
'transform',
Expand Down

0 comments on commit 90ebd15

Please sign in to comment.