metafizzy / zdog

Flat, round, designer-friendly pseudo-3D engine for canvas & SVG

Home Page:https://zzz.dog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow drag the figure over the canvas instead rotating it

antlosolutions opened this issue · comments

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

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