Skip to content

Commit

Permalink
Merge pull request #987 from Gigabyte5671/svg-fefunc-attributes
Browse files Browse the repository at this point in the history
Allow SVG transfer function attributes
  • Loading branch information
cure53 committed Aug 20, 2024
2 parents 4ec7f66 + 90ebd15 commit 403e2dd
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 403e2dd

Please sign in to comment.