Skip to content

Commit a857bb1

Browse files
authoredNov 12, 2021
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

+1
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',

1 commit comments

Comments
 (1)

vercel[bot] commented on Nov 12, 2021

@vercel[bot]
Please sign in to comment.