Skip to content
Snippets Groups Projects
Commit 5342e855 authored by Shraddha Raghuram's avatar Shraddha Raghuram
Browse files

Update file homepage.js

parent 6b9a1666
No related branches found
No related tags found
No related merge requests found
Pipeline #414194 passed
......@@ -185,7 +185,7 @@ function draw(){
let scrTop = document.documentElement.scrollTop;
var canvas = document.getElementById("tutorial")
canvas.width = 1300;
canvas.height = 8000;
canvas.height = 5000;
let cvs_h = canvas.getBoundingClientRect().top + scrTop;
let cur_h = document.documentElement.clientHeight / 1.8 + scrTop;
top_screen = Math.floor(-canvas.getBoundingClientRect().top);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment