update short download
This commit is contained in:
@@ -365,7 +365,7 @@
|
|||||||
console.log('Error: ' + e);
|
console.log('Error: ' + e);
|
||||||
}
|
}
|
||||||
|
|
||||||
zoomIn(frontCanvas, fb_width, fb_height, "Front");
|
zoomIn(frontCanvas, fb_width, fb_height, "Left");
|
||||||
var content = frontCanvas.toSVG();
|
var content = frontCanvas.toSVG();
|
||||||
document.getElementById('svgFrontContent').innerHTML = content;
|
document.getElementById('svgFrontContent').innerHTML = content;
|
||||||
|
|
||||||
@@ -483,7 +483,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
zoomIn(backCanvas, bb_width, bb_height, "Back");
|
zoomIn(backCanvas, bb_width, bb_height, "Right");
|
||||||
var content = backCanvas.toSVG();
|
var content = backCanvas.toSVG();
|
||||||
document.getElementById('svgBackContent').innerHTML = content;
|
document.getElementById('svgBackContent').innerHTML = content;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user