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

change draw object to commend #12

Open 54lazycat opened 8 years ago

54lazycat commented 8 years ago

From now on , you needn't to create more onTouchEvent(Motion event) in FabricView.If you want to create mo draw mode ,just create draw commend ,and implement onTouchEvent(Motion event).

54lazycat commented 8 years ago

fix some carelessness bug

antwankakki commented 7 years ago

Thanks for the PR! Can you please change commend to command?