update short download
This commit is contained in:
@@ -366,6 +366,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
zoomIn(frontCanvas, fb_width, fb_height, "Left");
|
zoomIn(frontCanvas, fb_width, fb_height, "Left");
|
||||||
|
|
||||||
|
try {
|
||||||
var content = frontCanvas.toSVG();
|
var content = frontCanvas.toSVG();
|
||||||
document.getElementById('svgFrontContent').innerHTML = content;
|
document.getElementById('svgFrontContent').innerHTML = content;
|
||||||
|
|
||||||
@@ -431,6 +433,12 @@
|
|||||||
});
|
});
|
||||||
$("#Left_Border").html(jContent.join(""));
|
$("#Left_Border").html(jContent.join(""));
|
||||||
}
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function backContent(bb_height, bb_width, bb_x, bb_y){
|
function backContent(bb_height, bb_width, bb_x, bb_y){
|
||||||
@@ -484,6 +492,8 @@
|
|||||||
|
|
||||||
|
|
||||||
zoomIn(backCanvas, bb_width, bb_height, "Right");
|
zoomIn(backCanvas, bb_width, bb_height, "Right");
|
||||||
|
|
||||||
|
try {
|
||||||
var content = backCanvas.toSVG();
|
var content = backCanvas.toSVG();
|
||||||
document.getElementById('svgBackContent').innerHTML = content;
|
document.getElementById('svgBackContent').innerHTML = content;
|
||||||
|
|
||||||
@@ -540,6 +550,10 @@
|
|||||||
});
|
});
|
||||||
$("#Right_Border").html(jContent.join(""));
|
$("#Right_Border").html(jContent.join(""));
|
||||||
}
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.log(error)
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function zoomIn(canvas, actualSizeX, actualSizeY, side) {
|
function zoomIn(canvas, actualSizeX, actualSizeY, side) {
|
||||||
|
|||||||
Reference in New Issue
Block a user