Skip to content

Commit

Permalink
feat: support mask-type property (#621)
Browse files Browse the repository at this point in the history
Fixes #336
  • Loading branch information
gregberge authored Nov 12, 2021
1 parent 5966714 commit a857bb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/hast-util-to-babel-ast/src/mappings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ export const ATTRIBUTE_MAPPING = {
mask: 'mask',
maskcontentunits: 'maskContentUnits',
maskunits: 'maskUnits',
'mask-type': 'maskType',
mathematical: 'mathematical',
mode: 'mode',
numoctaves: 'numOctaves',
Expand Down

1 comment on commit a857bb1

@vercel
Copy link

@vercel vercel bot commented on a857bb1 Nov 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.