diff --git a/src/lib/util.ts b/src/lib/util.ts index 9464db48e..4284cc3c0 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -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',