Commit 479d2c64 by doszhang

dos

parent 2b5ba3e5
...@@ -227,8 +227,8 @@ $(document).ready(function () { ...@@ -227,8 +227,8 @@ $(document).ready(function () {
scale = 1000 / height; scale = 1000 / height;
} }
// uploadctx.scale(scale, scale); // uploadctx.scale(scale, scale);
// uploadedImg.width = width; uploadedImg.width = width * 2;
// uploadedImg.height = height; uploadedImg.height = height * 2;
// uploadctx.translate(uploadedImg.width / 2, uploadedImg.height / 2); // uploadctx.translate(uploadedImg.width / 2, uploadedImg.height / 2);
// uploadctx.scale(scale, scale); // uploadctx.scale(scale, scale);
// uploadctx.rotate(Math.PI / 180 * rotation); // uploadctx.rotate(Math.PI / 180 * rotation);
......
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