coremob / camera

An open-source camera application built using Web technology.
198 stars 64 forks source link

Fixed the effects that use multiple filters #16

Closed girliemac closed 10 years ago

girliemac commented 10 years ago

The filter effects weren't working properly. The last effect was overwriting the previous. Fixed by separating the render() method from effect methods.