html5 canvas海底水草动画.zip
代码片段: Stem.prototype.draw = function(ctx) { var len, ctrlPoint, point; len = this.points.length - 1; ctrlPoint = {x: 0, y: 0}; ctx.save(); ctx.strokeStyle = this.color; ctx.beginPath(); ctx.moveTo(this.points[this.points.length - 1].x, this.points[this.points.length
下载地址
用户评论