context.fillStyle="yellow";
context.fill();
context.strokeStyle="yellow";
context.stroke();
context.fill();
context.strokeStyle="yellow";
context.stroke();
2016-01-14