Fix relative-to-screen-size calculation (h and w) (#799)

This commit is contained in:
thawk
2022-01-30 23:17:56 +08:00
committed by GitHub
parent ecbdd43ca8
commit 20f74a8b56
7 changed files with 148 additions and 33 deletions

View File

@@ -20,5 +20,6 @@
<script src="test/non_default.js"></script>
<!-- Plugins -->
<script src="src/plugins/navigation/navigation_tests.js"></script>
<script src="test/plugins/rel/relative_to_screen_size_tests.js"></script>
</body>
</html>