September updates (#992)

* fix deprecated apple-mobile -web-app-capable
* fix issue #974
* update dependencies
* fix a trailing space for points
* fix issue with tspan recalculation
This commit is contained in:
JFH
2024-09-16 13:13:05 +02:00
committed by GitHub
parent 0c44b49450
commit 23c6bc2e23
24 changed files with 697 additions and 989 deletions

View File

@@ -5,7 +5,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes">
<!-- No-op until loaded dynamically (could make configurable) -->
<link rel="icon" href="images/logo.svg">
<!-- STYLESHEETS (others loaded dynamically) -->