Open klangner opened 11 years ago
Resize function creates new canvas element. But this new canvas doesn't have the old canvas id. It means that after calling:
Caman('#picture', function () { this.resize({ width: 1024, height: 768 }); this.render(); });
I'm not able to use '#picture' id anymore
Resize function creates new canvas element. But this new canvas doesn't have the old canvas id. It means that after calling:
I'm not able to use '#picture' id anymore