Skip to content

Commit d0530e4

Browse files
authored
fix: add default FeBlend mode (#2530)
# Summary Fixes #2529 `FeBlend` should have default blend mode set to `normal` ## Test Plan Test case specified in #2529 ## Compatibility | OS | Implemented | | ------- | :---------: | | Android | ✅ |
1 parent 38186e8 commit d0530e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/elements/filters/FeBlend.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export default class FeBlend extends FilterPrimitive<FeBlendProps> {
2020

2121
static defaultProps = {
2222
...this.defaultPrimitiveProps,
23+
mode: 'normal',
2324
};
2425

2526
render() {

0 commit comments

Comments
 (0)