Files
Jakub Grzywacz 096fdc22a5 feat: FeBlend (#2489)
# 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     |          |
2024-10-16 11:45:44 +02:00

6 lines
108 B
Objective-C

#import "RNSVGFilterPrimitiveManager.h"
@interface RNSVGFeBlendManager : RNSVGFilterPrimitiveManager
@end