meltingice / CamanJS

Javascript HTML5 (Ca)nvas (Man)ipulation
http://camanjs.com
BSD 3-Clause "New" or "Revised" License
3.56k stars 406 forks source link

Applying Rotate causes previous filters to be removed #113

Open hellifiknow opened 11 years ago

hellifiknow commented 11 years ago

When I try to do something like this the rendered image will be rotated, but the filters will not remain.

Caman("#image", function () { this.exposure(-10); this.colorize(25, 180, 200, 20); this.rotate(90); this.render(); });

Webixel commented 11 years ago

Begin with the rotate filter