gluckgames / pixi-packer

Fast and flexible texture packer for PIXI.js
MIT License
40 stars 6 forks source link

Avoid crop erase image when 0x0 dims #50

Closed xabiermartinez closed 3 years ago

xabiermartinez commented 3 years ago

It's just to avoid doing the crop when image dimensions are 0x0.

In Apple Silicon case, this PR allows to see the images, as all of them are calculated as 0x0.