JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
482 stars 158 forks source link

Canvas Panning and Scaling tests **and modifier key changed** #205

Closed bytesnz closed 8 years ago

bytesnz commented 8 years ago

I have implemented tests for the mouse side of scrolling and panning. To do this, I had to modify jquery.simulate.js so it could handle wheel events and be able to be passed options for drag events.

I have changed the modifier key for left click panning to CTRL. This was because it was stuffing the way the selection tool works at the moment.

JohnMcLear commented 8 years ago

n1