Files
react-native-svg/apple/ViewManagers/RNSVGFeFloodManager.h
Jakub Grzywacz ba54b15799 feat: FeFlood (#2487)
# Summary

Continuation of #2362 implementing `FeFlood` filter
https://www.w3.org/TR/SVG11/filters.html#feFloodElement

## Test Plan

Example app → Filters → `FeFlood`

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |          |
| macOS   |     _*_      |
| Android |          |
| Web     |          |

_* `canvasWidth/canvasHeight` is incorrect on macOS, so there might be
some problems_
2024-10-15 09:35:13 +02:00

6 lines
108 B
Objective-C

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