Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 344 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 344 Bytes

1.1.0

  • now PainterController.clearContent() can accept a clear color. By default it is transparent
  • fixed initial state of PenType. Before it was always [PenType.paintbrush]

1.0.1

  • bug fix: the controller.getPoints() ponts list wasn't available in Painter.onDrawingEnded callback.
  • added some docs.

0.9.0

  • initial release.