摘要: 表 1. canvas 方法方法用途getContext(contextId)公开在 canvas 上绘图需要的 API。惟一(当前)可用的contextID是2d。height设置 canvas 的高度。默认值是 150 像素。width设置 canvas 的宽度。默认值是 300 像素。createLinearGradient(x1,y1,x2,y2)创建一个线性渐变。起始坐标为x1,y1,结束坐标为x2,y2。createRadialGradient(x1,y1,r1,x2,y2,r2)创建一个放射状渐变。圆圈的起始坐标是x1,y1,半径为r1。圆圈的结束坐标为x2,y2,半径为r2。a 阅读全文
posted @ 2012-08-29 15:16 平阳小安 阅读(166) 评论(0) 推荐(0) 编辑
摘要: <div class="lato" id="ty" x="100" y="100" a="100" b="20" onClick="javascript:tty()">椭圆</div><canvas id="myCanvas" style=" width:200px; height:200px">第一种方法不是很椭圆。function tty(){ var cc=document. 阅读全文
posted @ 2012-08-29 11:48 平阳小安 阅读(342) 评论(0) 推荐(0) 编辑