Skip to content

v1.3.0: - [BREAKING] Drop redundant drawXxx aliases from GraphicsContext

Choose a tag to compare

@github-actions github-actions released this 12 Jun 02:05
· 22 commits to master since this release
  • [BREAKING] Drop redundant drawXxx aliases from GraphicsContext

  • [BREAKING] Make pixelDensity a keyword arg in createGraphics

  • Give each Window its own Context for multi-window support

  • Add AUTO pixel density that tracks display * window scale

  • Make context dispatch survive across event paths

  • Skip alias_snake_case_methods__ warning by removing the prior definition

  • Fix noSmooth disabling canvas auto-resize and monitor density tracking