Skip to content

Commit afec879

Browse files
authored
fix(svg-to-jsx): camelcasify filterunits and stddeviation (#198)
1 parent 7487b1d commit afec879

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

parsers/svg-to-jsx/svg-to-jsx.parser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ function camelCaseAttribute(attrName: string) {
6464
maskunits: 'maskUnits',
6565
gradientunits: 'gradientUnits',
6666
gradienttransform: 'gradientTransform',
67+
filterunits: 'filterUnits',
68+
stddeviation: 'stdDeviation',
6769
};
6870
attrName = attrName.toLowerCase();
6971

0 commit comments

Comments
 (0)