meltingice / CamanJS

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

two bug fixes #72

Closed bbn closed 11 years ago

bbn commented 11 years ago

Testing out CamanJS's feasibility for a project and I came across two bugs.

  1. IO::remoteCheck had been removed, but it was still being used in Renderer::loadOverlay. I added it back in, refactoring a bit in the process.
  2. improper reference to the renderer in Layer::overlayImage.
meltingice commented 11 years ago

Great finds, thanks for contributing!

bbn commented 11 years ago

Un plaisir!