Adam Savard
Adam Savard
Hi! I'm looking for a little bit of info on how pixi filters can be integrated into an app that doesn't use the global `PIXI` var, but also isn't an...
I've got something I'm a little stumped by. I'm working on a large project where we use Viewport; viewport.center, when a stage is not rotated, works just fine and how...
I've attached a JS Fiddle to show what can go wrong in existing codebases: https://jsfiddle.net/awn97mop/9/ The gist of this is, starting with 6.5.x, `PIXI.Graphics` calculate height/width differently than they did...
### Current Behavior I discovered that using the property-based handlers introduced in `7.2.x` for events can cause unintended behaviour with event bubbling; the example linked below shows how to reproduce...
### Current Behavior I'm in the process of upgrading an app from v6.5.2 to v7.2.4, and that involves using the new `EventSystem`. The app also uses `pixi-viewport`, which I've also...
Just flagging this as an issue for anyone else that runs across it! The framerate will take a massive nosedive if you have dozens of text inputs on screen and...
### Current Behavior Currently, if you have a class that extends a Pixi object, say: ```javascript class SomeClass extends Container{} ``` And then you add a class definition for `onRender`...
When using inputs, the `.style` property of `this.inputField` has its `.align` always set to `center`. While this is not a problem for single-line text, we're grafting multi-line support into things...
### Expected Behavior The rotation should not cause the bounds to stretch to `Infinity` ### Current Behavior Setting `.rotation` on an `Input` causes `input.getBounds()` to stretch to `Infinity` ### Possible...
**Please Describe The Problem To Be Solved** It would be great to have multiline inputs. I've developed a sort of hacky solution for our own use case, but it doesn't...