Commit cf4ab139 by doszhang

dos

parent 9f741e7d
...@@ -178,12 +178,12 @@ $(document).ready(function () { ...@@ -178,12 +178,12 @@ $(document).ready(function () {
imgInfo = { imgInfo = {
x: 0, x: 0,
y: 0, y: 0,
scale: 1, scale: 2,
rotation: 0 rotation: 0
}, oldpoz = { }, oldpoz = {
x: 0, x: 0,
y: 0, y: 0,
scale: 1, scale: 2,
rotation: 0 rotation: 0
} }
var imgData = this.files[0]; var imgData = this.files[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