Closed netgfx closed 6 years ago
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
The new (3.13) Line Shape
setStrokeStyle( [color] [, alpha])
doesn't mention lineWidth parameter, resulting in invisible lines when used (because alpha is read as the color)https://photonstorm.github.io/phaser3-docs/Phaser.GameObjects.Shape.html#setStrokeStyle
Example Test Code