ボケ
funny man (of a comedy duo)
b01.svg<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<g>
<style type="text/css">
#tx01{
font-weight:800;
fill: white;
stroke: #333;
stroke-width:2;
stroke-linecap:round;
stroke-linejoin:round;
stroke-dasharray: 600;
stroke-dashoffset: 600;
animation: textAnime 5s linear infinite;
}
@keyframes textAnime {
0% {
stroke-dashoffset: 600;
}
50% {
stroke-dashoffset: 0;
}
100% {
stroke-dashoffset: 0;
}
}
</style>
<rect id="tx01" x="8" y="8" width="84" height="84" rx="10" ry="10"
fill-opacity="0" stroke="#333" stroke-width="3" />
<text id="tx01" x="10" y="52" font-size="47" letter-spacing="0" word-spacing="0" >
ボ
</text>
<text id="tx01" x="45" y="84" font-size="45" letter-spacing="0" word-spacing="0" >
ケ
</text>
</g>
</svg>