You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
Version
Description
Create a game with the Canvas renderer.
Create a Dynamic Texture, fill with a color, and add an Image with the texture.
No fill appears.
Example Test Code
No green appears. Compare with
Phaser.WEBGL
.Additional Information
The texture has width and height -1 and these are used in
https://github.com/photonstorm/phaser/blob/47d393ac2900da02dfe35fc673050cefcb9a0d82/src/textures/DynamicTexture.js#L427
The text was updated successfully, but these errors were encountered: