This commit is contained in:
you 2024-09-10 11:43:12 +03:00
parent 989d0032cd
commit f4728e954d
4 changed files with 28 additions and 0 deletions

BIN
public/hpp-new-08.zip Normal file

Binary file not shown.

12
src/lib/kgzsvg.svelte Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 15 KiB

3
src/lib/packSmall.js Normal file
View File

@ -0,0 +1,3 @@
export function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms));
}

13
src/lib/russvg.svelte Normal file
View File

@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 9 6"
width="31"
height="31"
>
<rect fill="#fff" width="9" height="3" /><rect
fill="#d52b1e"
y="3"
width="9"
height="3"
/><rect fill="#0039a6" y="2" width="9" height="2" /></svg
>

After

Width:  |  Height:  |  Size: 262 B