随笔分类 -  SVG

将canvas转换为图片
摘要:HTML: JS代码:var canvas = document.getElementById("mycanvas");var context = canvas.getContext('2d');var cw = 640;var ch = 450;context.fillStyle = "#f... 阅读全文
posted @ 2015-06-03 17:40 神经质女孩 阅读(4091) 评论(0) 推荐(0)
SVG画虚线圆
摘要: 阅读全文
posted @ 2015-05-26 15:11 神经质女孩 阅读(5106) 评论(0) 推荐(0)