Fixed Insane slow loading

This commit is contained in:
nelle 2023-02-16 18:22:52 -07:00
parent 92aaee5501
commit f1bcce8102
3 changed files with 1 additions and 41 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 MiB

View file

@ -1 +0,0 @@
<svg id="visual" viewBox="0 0 960 540" width="960" height="540" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1"><rect width="960" height="540" fill="#464044"></rect><g><g transform="translate(107 152)"><path d="M0 -106.9L75.6 -75.6L106.9 0L75.6 75.6L0 106.9L-75.6 75.6L-106.9 0L-75.6 -75.6Z" fill="#00ffe8"></path></g><g transform="translate(616 20)"><path d="M0 -58L41 -41L58 0L41 41L0 58L-41 41L-58 0L-41 -41Z" fill="#00ffe8"></path></g><g transform="translate(386 136)"><path d="M0 -54L38.2 -38.2L54 0L38.2 38.2L0 54L-38.2 38.2L-54 0L-38.2 -38.2Z" fill="#00ffe8"></path></g><g transform="translate(264 436)"><path d="M0 -55L38.9 -38.9L55 0L38.9 38.9L0 55L-38.9 38.9L-55 0L-38.9 -38.9Z" fill="#00ffe8"></path></g><g transform="translate(648 316)"><path d="M0 -90L63.6 -63.6L90 0L63.6 63.6L0 90L-63.6 63.6L-90 0L-63.6 -63.6Z" fill="#00ffe8"></path></g><g transform="translate(803 138)"><path d="M0 -68L48.1 -48.1L68 0L48.1 48.1L0 68L-48.1 48.1L-68 0L-48.1 -48.1Z" fill="#00ffe8"></path></g><g transform="translate(880 509)"><path d="M0 -95L67.2 -67.2L95 0L67.2 67.2L0 95L-67.2 67.2L-95 0L-67.2 -67.2Z" fill="#00ffe8"></path></g><g transform="translate(21 391)"><path d="M0 -63L44.5 -44.5L63 0L44.5 44.5L0 63L-44.5 44.5L-63 0L-44.5 -44.5Z" fill="#00ffe8"></path></g><g transform="translate(662 534)"><path d="M0 -86L60.8 -60.8L86 0L60.8 60.8L0 86L-60.8 60.8L-86 0L-60.8 -60.8Z" fill="#00ffe8"></path></g></g></svg>

Before

Width:  |  Height:  |  Size: 1.4 KiB

View file

@ -11,7 +11,7 @@
type = "image/x-icon">
<style>
body {
background-image: url('assets/polygon-scatter-pond.svg');
background-image: url('assets/japan-calm-pond.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;