From 0dce910ada79dfe209f154ddf814f5125a038437 Mon Sep 17 00:00:00 2001 From: rooba Date: Tue, 7 Jun 2022 03:19:40 +0000 Subject: [PATCH] mushrooms --- 9300339_stand.svg | 6 +++++ README.md | 10 ++++++++ tmpls/head.tmpl | 1 - tmpls/page.tmpl | 65 ----------------------------------------------- 4 files changed, 16 insertions(+), 66 deletions(-) create mode 100644 9300339_stand.svg create mode 100644 README.md diff --git a/9300339_stand.svg b/9300339_stand.svg new file mode 100644 index 0000000..1079ec4 --- /dev/null +++ b/9300339_stand.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..be1a2ef --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Maple SVGs + +These things can get fucking huge, so b careful if you go clickin some end game boss and not bein capable to feed a full fledged familys of rams. +This started as a reference to img2txt, and still uses some of the `PyImageAccess` logic when drawing the frames. this is all aloaded as one svg, multiple frames are placed within the root svg and we animaete using the '' svg inner node + +Courtesy to andy for having an api that can be scraped for the images and not having to hunt them all down by hand + +![Mateon](/9300339_stand.svg) + +a live version can be founda at https://ra.tcp.direct/ \ No newline at end of file diff --git a/tmpls/head.tmpl b/tmpls/head.tmpl index a236076..65684f3 100644 --- a/tmpls/head.tmpl +++ b/tmpls/head.tmpl @@ -4,7 +4,6 @@ - {# #} ra.tcp -#} - -{# -@keyframes appear-{{ loop.index }} {{ '{' }} - {{ (100 // loop.length) * loop.index0}}% {{ '{' }} - visibility: hidden; - {{ '}' }} - {{ ((100 // loop.length) * loop.index0) + 1}}% {{ '{' }} - visibility: visible; - {{ '}' }} - {% if loop.last %}100{% else %}{{ ((100 // loop.length) * (loop.index0 + 1)) }}{% endif %}% {{ '{' }} - visibility: hidden; - {{ '}' }} -{{ '}' }} -#} \ No newline at end of file