summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorjiteshjha2016-07-05 20:07:50 +0530
committerjiteshjha2016-07-05 20:07:50 +0530
commit0de3f1ee46e771b682a36a5c055d54c642d9acf7 (patch)
tree2980055e1e36caccacdf85d6c3366ac7f7d7b2e2 /index.html
parent923045468cd812cc34fb7393bdbe2afc6aaf89fe (diff)
downloadxcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.tar.gz
xcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.tar.bz2
xcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.zip
height & width comment
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 920d01c..c897534 100644
--- a/index.html
+++ b/index.html
@@ -2251,6 +2251,7 @@
var dec = new mxCodec(root.ownerDocument);
dec.decode(root, graph.stylesheet);
+ // Set the width and height of image for all blocks to 80 (height) x 80 (width)
var style = new Object();
style[mxConstants.STYLE_IMAGE_WIDTH] = '80';
style[mxConstants.STYLE_IMAGE_HEIGHT] = '80';