pixijs / pixi-extra-filters

[deprecated] Please see https://github.com/pixijs/pixi-filters
MIT License
66 stars 20 forks source link

OutlineFilter: this.uniforms.pixelWidth.value === null #23

Open qt-pixels opened 7 years ago

qt-pixels commented 7 years ago

I've just tried to use this and I noticed the this.uniforms.pixelWidth.value === null at the point of time it is trying to mutate the value property.

Locally I have set the object up with a dummy value so it can at least process and it seems to be working fine.

Impacted Lines 69 and 78