mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-06-05 07:59:28 +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 = {
|
static defaultProps = {
|
||||||
...this.defaultPrimitiveProps,
|
...this.defaultPrimitiveProps,
|
||||||
|
mode: 'normal',
|
||||||
};
|
};
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user