context.fillStyle="yellow";
context.fill();
context.strokeStyle="yellow";
context.stroke();
context.fill();
context.strokeStyle="yellow";
context.stroke();
2016-01-14
佩服老師的數學和代碼的結合,o(╯□╰)o,計算的時候都以單位圖形進行繪制,然后可以進行隨意變換,抽象了代碼,降低了計算難度,666666666
2016-01-12