metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG
https://zzz.dog
10.36k stars 393 forks source link

Allow drag the figure over the canvas instead rotating it #80

Closed antlosolutions closed 4 years ago

antlosolutions commented 5 years ago

I need to add the drag option, but instead rotate the group move it over canvas without braking the script?

oganm commented 5 years ago

Setting dragRotate: false and write a dragger to change translate instead of rotate of objects onDragMove should work