Drawsana v0.12.0 Release Notes

Release Date: 2020-06-26 // over 3 years ago

Previous changes from v0.11.0

    • 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.