melonJS/melonJS: Release 17.4.0

Name: melonJS

Owner: melonJS

Release: v17.4.0

Released: 2024-06-22

License: MIT

Release Assets:

Added

  • Renderer: new lineJoin property to set the line join style (only support "round" for now in WebGL mode)
  • Renderer: add support for line thickness for strokePolygon and strokeRect operations in WebGL

Changed

  • Chore: Update to TypeScript 5.5

Fixed

  • Renderer: fix fillEllipse() method in WebGL mode (that was stroking the ellipse instead)
  • TypeScript: fix most (if not all) missing declarations

To top