<svg viewBox="0 0 200 200" aria-label="원형 경로 텍스트">
<circle cx="100" cy="100" r="80" fill="none" stroke="none" stroke-width="2"/>
<defs>
<path id="circlePath" d="M100,100 m -80,0 a 80,80 0 1,1 160,0 a 80,80 0 1,1 -160,0" />
</defs>
<text font-size="14" letter-spacing="10" fill="#333">
<textPath href="#circlePath" startOffset="50%" text-anchor="middle">
SmartPay WhitePaper Ver1.0
</textPath>
</text>
</svg>'html' 카테고리의 다른 글
| [html]SMS 인증번호 자동입력 (0) | 2024.09.24 |
|---|---|
| [html]ios safearea background 설정 (0) | 2024.09.11 |
| [html]서명 js에서 캔버스 canvas 사이즈 조절(서명,사인,싸인) (0) | 2024.07.24 |
| [html,js]이미지가 깨질 때 변경될 이미지 처리 (onerror) (0) | 2024.06.19 |
| [html]모바일 전체화면 모드로 전환하기 manifest (1) | 2023.12.07 |