FabianElsmer

Results 5 comments of FabianElsmer

My suggested fix for this is only applying the inversion of the scaling when the world transform was actually updated. The transform of the DisplayObject contains an ID that is...

It would be cleaner if we could avoid that inversion alltogether

Do you have a rough overview of the changes necessary to make this library compatible with pydantic 2? I would be willing to look into it and fix the PR...

The InteractionManager is now a plugin in PIXI v3, which afaik means you will have to instantiate it: var manager = new PIXI.interaction.InteractionManager(renderer, options); Not sure what the other issue...

![shot](https://cloud.githubusercontent.com/assets/9722121/7020010/81a334f8-dd0d-11e4-906b-3916c6400dc7.png) As an example, in onDragMove only the width and height of the containment are considered, not the x and y values, so the restriction is always from 0 to...