Skip to content

Commit

Permalink
fix: update warnUnimplementedFilter list
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Nov 4, 2024
1 parent cceeb2b commit 52e04df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 52e04df

Please sign in to comment.