Skip to content

0.11.0

Compare
Choose a tag to compare
@stevelandeyasana stevelandeyasana released this 22 Apr 18:34
· 23 commits to master since this release
  • DrawingOperationStack.clearRedoStack() clears all redo operations from the
    redo stack.
  • DrawingToolForShapeWithThreePoints and
    DrawingToolForShapeWithTwoPoints are declared open instead of public so
    they can be subclassed.
  • PenShape now works with the selection tool.
  • DrawsanaView.selectionIndicatorAnchorPointOffset allows Drawsana to
    keep working when you change the anchorPoint.
  • Shape.id is now settable.
  • Fix bug that prevented character input of some languages, including Chinese.
  • Fix bugs in gesture recognizer.