Commit d4800323 by doszhang

dos

parent f7a639a5
...@@ -124,7 +124,7 @@ $(document).ready(function () { ...@@ -124,7 +124,7 @@ $(document).ready(function () {
ctx2.shadowBlur = 0; ctx2.shadowBlur = 0;
setTimeout(function () { setTimeout(function () {
console.log(top * 2); console.log(top * 2);
ctx2.fillText(text, left, 400 * 2); ctx2.fillText(text, left, 500 * 2);
$('.page:visible').find('.showBox').show().html('<img src="' + canvas2.toDataURL('image/png') + '">'); $('.page:visible').find('.showBox').show().html('<img src="' + canvas2.toDataURL('image/png') + '">');
}, 0) }, 0)
}); });
......
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