23/05/2014, 13:32
|
| | | 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);
}
} |