metafizzy / zdog

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

dragRotate doesn't work #96

Closed Namchee closed 4 years ago

Namchee commented 4 years ago

Hello, nice library you have over here! I've tried to play around this library a bit, but when I tried to use dragRotate, it doesn't work for no reason.

Here's the repro link

Namchee commented 4 years ago

Nevermind, I just realized that I never redraw the canvas. I think the docs should mention that you need a redraw function for the rotation to work.