Inicializar canvas en html5
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
ctx.fillStyle = '#FFFFFF'; // or 'rgba(255,255,255,1)' ctx.fillRect(0,0,canvas.width, canvas.height);
ctx.fillStyle = '#FFFFFF'; // or 'rgba(255,255,255,1)' ctx.fillRect(0,0,canvas.width, canvas.height);