Skip to content

Commit

Permalink
XSD viewer - index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
g-vvv authored Feb 5, 2024
1 parent a17c1d7 commit e31736c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
</div>

<div id="canvas-container" style="height: 750px; overflow: scroll; display: none;">
<canvas id="tree" width="9999" height="9999" style="border:1px solid #000000; background-color: #EDEDED;">Your browser does not support canves :-(</canvas>
<canvas id="tree" width="4096" height="4096" style="border:1px solid #000000; background-color: #EDEDED;">Your browser does not support canves :-(</canvas>
<!--div id="node-details" class="nodedetails">Line One is longer then the rest<br />Line Two is shorter<br />Line Three <br />Line Four is medium length</div-->
<div id="node-details" class="node-details">
<table class="node-details">
Expand Down Expand Up @@ -6319,8 +6319,8 @@
}

var canvas = document.getElementById("tree");
var nCanvasHeight = 9999;
var nCanvasWidth = 9999;
var nCanvasHeight = 4096;
var nCanvasWidth = 4096;

SetCanvasSize(nCanvasWidth, nCanvasHeight); //, 2); // 1.1041666

Expand Down

0 comments on commit e31736c

Please sign in to comment.