Matt Karl
Matt Karl
Actually looking closer: you didn't "new" the filter. ```js const displacementFilter = new PIXI.filters.DisplacementFilter() ```
This is an insufficient issue. Please provide a minimal example that reproduces. Thanks.
Can you provide a reproduction?
I have a somewhat vanilla webpack/pixijs project [here](https://github.com/bigtimebuddy/pixi-sound-webpack-example) and cannot reproduce this error with 6.5.1.
Also, please read this: https://github.com/pixijs/pixijs/wiki/Upgrading-PixiJS
I agree this seems like a bug. Thanks for the example and simple explanation @jramstedt
You're right @rubenlg. Amazing that this hasn't been caught sooner. Welcome a PR: Seems like this should be converting offset `* 255` https://github.com/pixijs/pixijs/blob/45052e29c4bf58043a9972142b5750c9c722d53c/packages/filters/filter-color-matrix/src/ColorMatrixFilter.ts#L265-L278
I don't, this code hasn't been touched in awhile.
I agree this seems inconsistent, but in general it is better practice to not repeat the starting point when drawing a closed shape. Instead use closePath() to finish the shape...
I do not have time right now to dig into this issue. But we'd welcome a change if it could help unblock this. It would be useful to know if...