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:
Jakub Grzywacz
2024-11-04 13:12:37 +01:00
committed by GitHub
parent cceeb2b30a
commit 29d4c7c37b

View File

@@ -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',