Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandeol authored May 24, 2024
1 parent 590e547 commit 02dcf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</div>
<svg id="axes" xmlns="http://www.w3.org/2000/svg"
width=50% height="100%"
style="left: 800px; position:fixed; float: right; z-index: 100;">
style="left: 820px; position:fixed; float: right; z-index: 100;">
</svg>
</div>
<canvas id="canvas" style="position: fixed; left: 0; top: 0; z-index:10" ></canvas>
Expand Down Expand Up @@ -916,7 +916,7 @@
if (renderBool === true) {
renderCount++;
renderParallelCoords(renderer, selectionWidgetInfo);
if (renderCount === 40) {
if (renderCount === 60) {
renderBool = false;
const imgData = renderer.domElement.toDataURL("image/png").replace("image/png", "image/octet-stream");
console.log(imgData);
Expand Down

0 comments on commit 02dcf5e

Please sign in to comment.