Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/08/2016, 10:07
__SDP__
 
Fecha de Ingreso: agosto-2010
Ubicación: santiago, CHILE
Mensajes: 564
Antigüedad: 13 años, 8 meses
Puntos: 9
Respuesta: agregar valor negativo

ya lo solucione

hice un pequeño y simple calculo, le reste el doble del valor y solucionado

Código Javascript:
Ver original
  1. valor_w = valor_w-(valor_w*2);
  2.  
  3. mcxd.drawImage(canvas, 0, 0, neww, newh, valor_w, 0, neww, newh);

bye