#closed

4 messages · Page 1 of 1 (latest)

open peak
#

@obtuse lark How large are the svgs in file size?

open peak
#

Unrelated, but you got 18 <h1> elements on your page, probably best to lower that to just 1 😄

#

You can use the layer paths on your preload, so

<link 
  rel="preload" 
  href="https://gdscyu.com/layers/blue-layer2.svg"
  as="image"
  type="image/svg+xml"
/>

Only need to preload the blue one, none of the others

#

You don't need layer1 and layer2, just duplicate the layer 1 and give it a 180deg rotation