commit a5afd6ce9c1cf87d8745472de9f963fd31054e2e
parent 00c5cac0e6b56c8f2917b57ac801f9bf9852cf1d
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date: Tue, 28 Jul 2020 22:16:16 +0300
Change img element to object element, so javascript can be run in embedded SVG.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/html/tau-mandala/index.html b/html/tau-mandala/index.html
@@ -6,6 +6,6 @@
</head>
<body>
<p>Tau mandala idea stolen from <a href="https://youtube.com/c/Mathologer">Mathologer</a>'s T-shirt in his <a href="https://youtu.be/O1sPvUr0YC0">doubling cubes and squaring circles</a> video.</p>
- <img width="500" height="500" src="tau-mandala.svg"></img>
+ <object width="500" height="500" data="tau-mandala.svg" type="image/svg+xml"></object>
</body>
</html>