mirror of
https://github.com/zoriya/react-native-svg.git
synced 2025-12-06 07:06:11 +00:00
fix: update warnUnimplementedFilter list (#2525)
# Summary Closes #2523 Since `FeBlend`, `FeComposite`, `FeDropShadow` and `FeFlood` is already supported (see: #2362) we should remove it from `warnUnimplementedFilter` list
This commit is contained in:
@@ -24,14 +24,10 @@ export const warnUnimplementedFilter = () => {
|
||||
`Some of the used filters are not yet supported on native platforms. Please check the USAGE.md for more info. Not implemented filters:\n`,
|
||||
JSON.stringify(
|
||||
[
|
||||
'FeBlend',
|
||||
'FeComponentTransfer',
|
||||
'FeComposite',
|
||||
'FeConvolveMatrix',
|
||||
'FeDiffuseLighting',
|
||||
'FeDisplacementMap',
|
||||
'FeDropShadow',
|
||||
'FeFlood',
|
||||
'FeFuncA',
|
||||
'FeFuncB',
|
||||
'FeFuncG',
|
||||
|
||||
Reference in New Issue
Block a user