![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
23/05/2014, 13:32
|
![Avatar de jp91](http://static.forosdelweb.com/customavatars/avatar550658_1.gif) | | | Fecha de Ingreso: mayo-2014
Mensajes: 94
Antigüedad: 10 años, 8 meses Puntos: 11 | |
Respuesta: reestablecer canvas Amigo hay una funcion que restaure al estado inicial resetTransform().
if (!context.resetTransform) {
context.resetTransform = function ()
{
this.setTransform(1,0,0,1,0,0);
}
} |