Releases: Asana/Drawsana
Releases · Asana/Drawsana
Release list
0.12.0
- Undo operations are now accessible outside the framework to enable you to make undoable changes with your own UI.
AddShapeOperationRemoveShapeOperationChangeTransformOperationEditTextOperationChangeExplicitWidthOperation
- Fix drawing view not being redrawn after being resized.
- Fix bugs related to color serialization.
- Fix bugs related to text entry.
0.11.0
DrawingOperationStack.clearRedoStack()clears all redo operations from the
redo stack.DrawingToolForShapeWithThreePointsand
DrawingToolForShapeWithTwoPointsare declaredopeninstead ofpublicso
they can be subclassed.PenShapenow works with the selection tool.DrawsanaView.selectionIndicatorAnchorPointOffsetallows Drawsana to
keep working when you change the anchorPoint.Shape.idis now settable.- Fix bug that prevented character input of some languages, including Chinese.
- Fix bugs in gesture recognizer.