Commit 859ebe97 by doszhang

dos

parent 68a90cff
......@@ -119,14 +119,14 @@ $(document).ready(function () {
// top = 0;
// if (browser.versions.iPhone) top = 0
ctx2.fillStyle = '#000';
ctx2.font = 'bold 110px normal';
ctx2.font = 'bold 150px normal';
ctx2.textAlign = 'left';
ctx2.textBaseline = 'top';
var left = ((img.width - ctx2.measureText(text).width) / 2) - 10;
ctx2.shadowBlur = 0;
setTimeout(function () {
ctx2.fillText(text, left, 420 * 2);
ctx2.fillText(text, left, 380 * 2);
$('.page:visible').find('.showBox').show().html('<img src="' + canvas2.toDataURL('image/png') + '">');
}, 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