antwankakki / FabricView

A new canvas drawing library for Android. Aims to be the Fabric.js for Android. Supports text, images, and hand/stylus drawing input. The library has a website and API docs, check it out
http://antwankakki.github.io/FabricView/
Apache License 2.0
1.04k stars 183 forks source link

Merged from Emmanuel's version of the project. #24

Closed emmanuelproulx closed 7 years ago

emmanuelproulx commented 7 years ago

Made changed the version of Gradle and Android OS to the latest. Fixed undo/redo. Added markSaved() and isSaved() functions. Change in the hierarchy: now we have the concept of Transform (rotation, scale, translation). This will improve the undo system.