-
标记一下。。。查看全部
-
context.moveTo(x0,y0); context.quatraticCurveTo(x1,y1,x2,y2); (x0,y0)起始点 (x1,y1)控制点 (x2,y2)终止点 圆弧起于起始点,终于终止点,与起始点、终止点与控制点的连线相切查看全部
-
arcTo(x1,y1,x2,y2,r)查看全部
-
var linearGrad = context.creatLinearGradient(0,0,100,100); linearGrad.addLinearStop(0,'yellow'); linearGrad.addLinearStop(1,'red'); context.fillStyle = linearGrad;查看全部
-
beginPath 清空之前的状态 beginPath + lineTo = moveTo查看全部
-
fillStyle渐变色查看全部
-
保存的图片查看全部
-
isPointInPath查看全部
-
clearRect查看全部
-
canvas 与 IE6、7、8等浏览器的兼容性问题 https://code.google.com/p/explorercanvas/ https://github.com/arv/explorercanvas查看全部
-
剪辑区域clip查看全部
-
globalCompositeOperation查看全部
-
globalComposoteOperation查看全部
-
设置阴影属性查看全部
-
文本度量measureText查看全部
举报
0/150
提交
取消