diff options
Diffstat (limited to 'stress.html')
-rw-r--r-- | stress.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/stress.html b/stress.html new file mode 100644 index 0000000..7e22356 --- /dev/null +++ b/stress.html @@ -0,0 +1,25 @@ +<!DOCTYPE html> +<html> + <head> + <title>Dumb physics engine</title> + <meta name="description" content="Converts SVGs into a set of circles and use those circles for dumb collision checking"> + <link rel="stylesheet" href="style.css"> + </head> + <body> + <svg id="d"></svg> + <svg id="u"></svg> + <svg id="m"></svg> + <svg id="b"></svg> + <svg id="hiragana-ni"></svg> + <svg id="hiragana-small-ya"></svg> + <svg id="hiragana-a"></svg> + <svg id="d"></svg> + <svg id="u"></svg> + <svg id="m"></svg> + <svg id="b"></svg> + <svg id="hiragana-ni"></svg> + <svg id="hiragana-small-ya"></svg> + <svg id="hiragana-a"></svg> + <script src="script.js"></script> + </body> +</html> |