Commit fa298361 by kubisk

dos

parent f16beed9
...@@ -378,12 +378,12 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) { ...@@ -378,12 +378,12 @@ function bindUpload(that, ctx, myCanvas, index, callback, imgInfo) {
imgInfo = { imgInfo = {
x: 0, x: 0,
y: 0, y: 0,
scale: 1, scale: 0.5,
rotation: 0 rotation: 0
}, oldpoz = { }, oldpoz = {
x: 0, x: 0,
y: 0, y: 0,
scale: 1, scale: 0.5,
rotation: 0 rotation: 0
} }
event.preventDefault(); event.preventDefault();
......
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