Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/05/2014, 13:32
Avatar de jp91
jp91
 
Fecha de Ingreso: mayo-2014
Mensajes: 94
Antigüedad: 10 años, 6 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);
}
}
__________________
OOoo Como hacer ooOO
juegos con Html5.