diff --git a/public/assets/animated-letter/small_d.mp4 b/public/assets/animated-letter/small_d.mp4 index 13e9c90..b81ce49 100644 Binary files a/public/assets/animated-letter/small_d.mp4 and b/public/assets/animated-letter/small_d.mp4 differ diff --git a/public/assets/small-letter/ds.svg b/public/assets/small-letter/ds.svg index 50930b5..e6634ee 100644 --- a/public/assets/small-letter/ds.svg +++ b/public/assets/small-letter/ds.svg @@ -7,27 +7,36 @@ viewBox="0 0 100 100" version="1.1" id="svg5" + xml:space="preserve" xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - 2 - + transform="rotate(-144.24458)" />21 diff --git a/public/assets/small-letter/ds_l1.svg b/public/assets/small-letter/ds_l1.svg index c3f2f21..6c424a5 100644 --- a/public/assets/small-letter/ds_l1.svg +++ b/public/assets/small-letter/ds_l1.svg @@ -7,90 +7,49 @@ viewBox="0 0 100 100" version="1.1" id="svg5" - sodipodi:docname="ds.svg" - inkscape:export-filename="ds_.svg" - inkscape:export-xdpi="96" - inkscape:export-ydpi="96" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xml:space="preserve" xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - - - - - - - - - - - - - - 2 - + transform="rotate(-144.24458)" /> diff --git a/public/assets/small-letter/ds_l2.svg b/public/assets/small-letter/ds_l2.svg index 1d9c173..bf4b7b8 100644 --- a/public/assets/small-letter/ds_l2.svg +++ b/public/assets/small-letter/ds_l2.svg @@ -7,90 +7,49 @@ viewBox="0 0 100 100" version="1.1" id="svg5" - sodipodi:docname="ds.svg" - inkscape:export-filename="..\Desktop\LATTER\ds_l1.svg" - inkscape:export-xdpi="96" - inkscape:export-ydpi="96" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xml:space="preserve" xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - - - - - - - - - - - - - - - - - - - 2 - + transform="rotate(-144.24458)" />2 diff --git a/src/pages/guided-tracing/d.astro b/src/pages/guided-tracing/d.astro index b0f4207..7cbc70a 100644 --- a/src/pages/guided-tracing/d.astro +++ b/src/pages/guided-tracing/d.astro @@ -48,8 +48,8 @@ import Layout from "../../layouts/Layout.astro"; cloudHeight = 340; canvasScale = 0.14 canvasHeight = 35; - letterHeight = 80; - letterScale = 0.9; + letterHeight = 60; + letterScale = 0.95; backgroundScale = 0.8; sunScale = 0.1; sunScalePlus = 0.15; @@ -57,7 +57,7 @@ import Layout from "../../layouts/Layout.astro"; sunHeight = 70; animatedVideScale = 0.6 - animatedDHeight = 32; + animatedDHeight = 27; helpButtonHeight = customHeight / 1.1; helpButtonWidth = customWidth / 2 + 10; @@ -72,7 +72,7 @@ import Layout from "../../layouts/Layout.astro"; cloudHeight = 250; canvasScale = 0.195; canvasHeight = 20; - letterHeight = 90; + letterHeight = 60; letterScale = 1.3; backgroundScale = 1; sunScale = 0.2; @@ -81,7 +81,7 @@ import Layout from "../../layouts/Layout.astro"; sunHeight = 100; animatedVideScale = 0.8; - animatedDHeight = 10; + animatedDHeight = 17; helpButtonHeight = customHeight / 2 + 40; helpButtonWidth = customWidth / 1.32;