Commit ef222381 by doszhang

dos

parent 19b3916d
......@@ -81,10 +81,10 @@ $(document).ready(function () {
$('.again,.saveTip').hide();
$('.inputTip').show();
$('.page').hide().filter('.page0').show();
ctx.save();
ctx.clearRect(0, 0, canvas.width, canvas.height);
ctx.fillStyle = "#ffffff";
ctx.fillRect(0, 0, canvas.width, canvas.height);
// ctx.save();
// ctx.clearRect(0, 0, canvas.width, canvas.height);
// ctx.fillStyle = "#ffffff";
// ctx.fillRect(0, 0, canvas.width, canvas.height);
})
$('.make').on('click', function () {
if (!inited) {
......
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