sightmachine / simplecv-js

A Javascript/Coffeescript companion library to SimpleCV
247 stars 37 forks source link

Added method for rotating the canvas. #61

Open prasoon2211 opened 10 years ago

prasoon2211 commented 10 years ago
prasoon2211 commented 10 years ago

@oostendo : Review please.

oostendo commented 10 years ago

doing this through processing.js seems odd -- I would suggest that you look at its rotate function (or one of a million others) and implement an actual rotate rather than moving this in and out of pjs context

prasoon2211 commented 10 years ago

I'll do that but that raises a question: Why are we adding the processing.js library to vendor.js then?