Compose-Drawing-App icon indicating copy to clipboard operation
Compose-Drawing-App copied to clipboard

✏️🚀 Drawing app written with Jetpack Compose Canvas. Draw using touch down, move and up events.Using array of paths to have erase, undo, or redo actions and set properties for path that will be dra...

Results 3 Compose-Drawing-App issues
Sort by recently updated
recently updated
newest added

While drawing paths in Canvas, when eraseMode is true, it should also use property.strokeWidth (and others) but NOT currentPathProperty.* Simple bug and simple fix ;)

I am having difficulty compiling the project even after gradle upgrade. It says my kotlin version is not compatible with the jetpack version. Is there anyway to easy migrate this...

Thoughts on making this a library so we can use it in our apps?