1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Resize canvas to fit window on page load.

This commit is contained in:
Bartosz Taudul 2022-10-18 21:01:46 +02:00
parent b9fee59ac8
commit f6cfbe935d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -159,6 +159,7 @@
};
};
addEventListener('resize', resizeHandler);
resizeHandler();
</script>
<script async type="text/javascript" src="Tracy-release.js"></script>
</body>