t02.svg<svg width="200" height="100" viewBox="0 0 200 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;
animation: scrollAnime 10s linear infinite;
}
@keyframes scrollAnime{
0% { transform: translateX(100%)}
100% { transform: translateX(-920%)}
}
</style>
<text id="tx01" x="10" y="80" font-size="90" letter-spacing="10" word-spacing="10" >
Thank you. ありがとうございます
</text>
</svg>
a02.svg<svg width="410" height="100" viewBox="0 0 410 100" xmlns="http://www.w3.org/2000/svg">
<rect x="5" y="5" width="400" height="90" rx="40" ry="40"
fill="#DDD" fill-opacity="1" stroke="#DDD" stroke-width="4" />
<text x="20" y="80" font-size="70" stroke-width="4" stroke="white" fill="white"
font-weight="700" letter-spacing="5" word-spacing="5" >
ありがとう
</text>
</svg>