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