微件:Sandbox:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
| 第64行: | 第64行: | ||
function drawPath(img) { | function drawPath(img) { | ||
var canvas = document.createElement(' | var canvas = document.createElement('canvas'); | ||
canvas.width = img.width; | canvas.width = img.width; | ||
canvas.height = img.height; | canvas.height = img.height; | ||
2016年10月7日 (五) 05:43的最新版本