Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-18 22:01:46 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-18 22:01:46 +0300
commitf6cfbe935dc8f690c2390656ee76b26eefa94c94 (patch)
treee9a45a09c1e3eab92fb2098373491e0726f37d93 /profiler
parentb9fee59ac8d32d82350d46d0030e42c578e08437 (diff)
Resize canvas to fit window on page load.
Diffstat (limited to 'profiler')
-rw-r--r--profiler/build/wasm/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiler/build/wasm/index.html b/profiler/build/wasm/index.html
index 6188f106..63b45685 100644
--- a/profiler/build/wasm/index.html
+++ b/profiler/build/wasm/index.html
@@ -159,6 +159,7 @@
};
};
addEventListener('resize', resizeHandler);
+ resizeHandler();
</script>
<script async type="text/javascript" src="Tracy-release.js"></script>
</body>