标签:restore ase end move net tran str 画布 一个
核心对象:CanvasRenderingContext2D
beginPath() 开始一个新路径
closePath() 闭合当前路径
moveTo() 移动至
lineTo() 划线至
stroke() 描边
fill() 填充
save() 保存当前画布对象,以便开始新的画布操作
restore() 释放画布操作之前的状态
translate() 画布平移
scale() 画布缩放
rotate() 画布旋转
transform() 画布转换
DOM接口:HTMLCanvasElement
标签:restore ase end move net tran str 画布 一个
原文地址:http://www.cnblogs.com/GeekXia/p/7067815.html