Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kirandeol authored Jul 1, 2024
1 parent fca2688 commit 6bcc9ba
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 @@ -86,7 +86,7 @@

void main () {
gColor = color;
gl_Position = vec4(position * .9, 1.);
gl_Position = vec4(position, 1.);
}
</script>
<script type="x-shader/x-fragment" id="fragmentshader-parcoords">
Expand All @@ -110,7 +110,7 @@
</div>
<svg id="axes" xmlns="http://www.w3.org/2000/svg"
width="50%" height="100%"
style="position:fixed; float: right; z-index: 100;">
style="position:fixed; float: right; left: 50%;z-index: 100;">
</svg>
</div>
<canvas id="canvas" style="position: fixed; left: 0; top: 0;" ></canvas>
Expand Down

0 comments on commit 6bcc9ba

Please sign in to comment.