Results 7 issues of Raymond

Pixi's package.json now separates output sources depending on whether `import` or `require` was used to import it. This causes issues in webpack with dependencies that were transpiled to umd, as...

Addresses https://github.com/davidfig/pixi-viewport/issues/49 Currently this library assumes that the Viewport exists in global coordinate space, i.e, on the root stage or in an unscaled container on the stage, and it breaks...

This is a breaking change that requires `InAppUtils.purchaseFinish` to be called to finalize a transaction, where before this was called automatically prior to the `purchaseProduct` callback being fired. The method...

### Current Behavior When setting `textureScale` to a value greater than zero, the MeshRope tiles the texture with an aspect ratio of 1 instead of the texture's aspect ratio. ###...

### Current Behavior Matt asked for an issue on this. Currently, calling extract.canvas returns a canvas whose pixel data contains premultiplied values, and due to the lossy nature of `putImageData`,...

With the new massive rewrite of PixiJS 8, it seems a good amount of work will need to be done to support the new paradigm. Is this project still maintained,...

### Current Behavior When loading an asset bundle via `Assets.loadBundle()` and assigning a progress callback, the progress callback will never reach 1 if images inside of the bundle specify multiple...

🕷 Bug