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

Feature request: Layer support #9

Open ghost opened 8 years ago

ghost commented 8 years ago

similar to Sketchpad online (https://sketch.io/sketchpad/) allow individual layer to be resized and moved. this will allow image/text/path to be resized and moved

antwankakki commented 8 years ago

Good idea! I was thinking of introducing groups. So you can group items together, a layer would basically be a group of other CDrawables that has the same size as the canvas.