diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-09 10:31:11 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-09 10:31:11 -0700 |
commit | 4dbcd4a1b703d8b0ee822914ecb6e55d9e9bb37c (patch) | |
tree | 5b787c81be5402f80a835ac1e1a58f6311c4ce05 /web/static/index.html | |
parent | 5bc3e0d95cd4ae4e12178988a639202ceaf50451 (diff) | |
download | dartboat-4dbcd4a1b703d8b0ee822914ecb6e55d9e9bb37c.tar.gz dartboat-4dbcd4a1b703d8b0ee822914ecb6e55d9e9bb37c.tar.xz |
web: dynamically generate SVG and groups
Diffstat (limited to 'web/static/index.html')
-rw-r--r-- | web/static/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/static/index.html b/web/static/index.html index e195e0b..feea2d6 100644 --- a/web/static/index.html +++ b/web/static/index.html @@ -65,10 +65,6 @@ </div> <div id="keypad-dartboard" class="keypad"> <div id="dartboard-container"> - <svg id="dartboard" viewBox="0 0 451 451"> - <g class="base" transform="translate(225.5 225.5) scale(1 -1)"></g> - <g class="overlay" transform="translate(225.5 225.5) scale(1 -1)"></g> - </svg> </div> </div> </div> |