Commit aa042171 by doszhang

dos

parent 240d78d4
...@@ -182,8 +182,8 @@ function createPoster() { ...@@ -182,8 +182,8 @@ function createPoster() {
} }
} }
function getManBase64() { function getManBase64(canvas) {
return myCanvas.toDataURL('image/png'); return canvas.toDataURL('image/png');
} }
function drawRoundedRect(ctx, x, y, width, height, r, fill, color) { function drawRoundedRect(ctx, x, y, width, height, r, fill, color) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment