generated at
はたしてそうかな


hs.svg
<svg width="800" height="100" viewBox="0 0 800 100" xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> #tx01{ font-weight:800; fill: white; stroke: black; stroke-width:4; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray: 600; stroke-dashoffset: 600; animation: textAnime 5s linear infinite; } /* @media (prefers-color-scheme: light) { /* */ @media (prefers-color-scheme: dark) { /* */ #tx01{ fill:black; stroke:white; } } @keyframes textAnime { 0% { stroke-dashoffset: 600; } 50% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } } </style> <text id="tx01" x="10" y="90" font-size="90" letter-spacing="10" word-spacing="10" > はたしてそうかな </text> </svg>