mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
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_
This commit is contained in:
2
USAGE.md
2
USAGE.md
@@ -1301,6 +1301,7 @@ Filter effects are a way of processing an element’s rendering before it is dis
|
||||
The following filters have been implemented:
|
||||
|
||||
- FeColorMatrix
|
||||
- FeFlood
|
||||
- FeGaussianBlur
|
||||
- FeMerge
|
||||
- FeOffset
|
||||
@@ -1314,7 +1315,6 @@ Not supported yet:
|
||||
- FeDiffuseLighting
|
||||
- FeDisplacementMap
|
||||
- FeDropShadow
|
||||
- FeFlood
|
||||
- FeFuncA
|
||||
- FeFuncB
|
||||
- FeFuncG
|
||||
|
||||
Reference in New Issue
Block a user