I'm a newbie on Pixi.js, recently met a problem, I want to show the outline of a sprite by using OutlineFilter, but a part of the outline was cropped by bound.
The pixi example page looks same: https://pixijs.io/examples/#/plugin-filters/outline.js
But pixi filter demo is good: http://pixijs.io/pixi-filters/tools/demo/
Source Code: https://github.com/pixijs/pixi-filters
I wonder what magic is used, Thanks.