mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-05 22:56:11 +00:00
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 | ✅ |
This commit is contained in:
@@ -20,6 +20,7 @@ export default class FeBlend extends FilterPrimitive<FeBlendProps> {
|
||||
|
||||
static defaultProps = {
|
||||
...this.defaultPrimitiveProps,
|
||||
mode: 'normal',
|
||||
};
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user