Skip to content

v1.17.1

Compare
Choose a tag to compare
@IkarosKappler IkarosKappler released this 01 Aug 20:24
· 28 commits to main since this release
edbcde6
  • 2022-08-01
    • Added title param to the PBParams interface.
    • Tweaked the Girih demo to work completely with SVGs now. No canvas.
  • 2022-07-26
    • Adding alpha to the draw.image(...) function.
  • 2022-06-02
    • Adding the demo 42 (Hick's Hexagons).
  • 2022-06-01
    • Tweaked the draw.polyline function; lineWidth now scales with scale.x.
  • 2022-05-11
  • Adding new demo: raindrops.
  • 2022-05-11
    • Modified the Color.clone function by just copying the numeric calues, not re-calculating the whole color.
    • Fixed the Color.interpolate function.