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 184 forks source link

Methods indicated in docs missing in FabricView class #33

Open ChrisLMills opened 6 years ago

ChrisLMills commented 6 years ago

Hi @emmanuelproulx

I have looked at the docs under the wiki and a number of methods are missing. I understand that this library is still in development, however, it seems that these methods, such as myFabricView.setDeleteIcon(deleteIcon) myFabricView.undo(); etc should be in place, given that they are mentioned in the docs.

Has the latest version been released?

Thanks

ChrisLMills commented 6 years ago

Seems as though the issue is that the 30 odd commits since the last release have not yet been released.

zzzsssbo commented 6 years ago

You can copy the source code into your project.