mirror of
https://github.com/zoriya/react-native-svg.git
synced 2026-05-26 04:19:17 +00:00
096fdc22a5
# Summary Continuation of #2362 implementing `FeBlend` filter https://www.w3.org/TR/SVG11/filters.html#feBlendElement ## Test Plan Example app → Filters → `FeBlend` ## Compatibility | OS | Implemented | | ------- | :---------: | | iOS | ✅ | | macOS | ✅ _*_ | | Android | ✅ | | Web | ✅ |
6 lines
108 B
Objective-C
6 lines
108 B
Objective-C
#import "RNSVGFilterPrimitiveManager.h"
|
|
|
|
@interface RNSVGFeBlendManager : RNSVGFilterPrimitiveManager
|
|
|
|
@end
|