Skip to content

Commit a857bb1

Browse files
authored
feat: support mask-type property (#621)
Fixes #336
1 parent 5966714 commit a857bb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/hast-util-to-babel-ast/src/mappings.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ export const ATTRIBUTE_MAPPING = {
299299
mask: 'mask',
300300
maskcontentunits: 'maskContentUnits',
301301
maskunits: 'maskUnits',
302+
'mask-type': 'maskType',
302303
mathematical: 'mathematical',
303304
mode: 'mode',
304305
numoctaves: 'numOctaves',

0 commit comments

Comments
 (0)