番組詳細
http://9chat-e.mynt.work/?c=radio/contents&id=404
プログラミング学習に役立つ情報をお伝えするラジオ番組
# rect
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<rect x="4" y="4" width="50" height="50" stroke="blue" stroke-width="4" fill="red"></rect>
</svg>
# circle
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<circle cx="50" cy="50" r="40" fill="red" stroke="blue" stroke-width="4"></circle>
</svg>