Commit ef222381 by doszhang

dos

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