확장 가능한 SVG 요소
<svg>
[예시 코드] <img src="svgfile.svg" alt="SVG File" /> <svg width="150" height="150" viewBox="0 0 150 150"> <circle r="50" cx="75" cy="75" fill="#333" stroke="#900" stroke-width="4" ; /> </svg>
Last updated
[예시 코드]
<img src="svgfile.svg" alt="SVG File" />
<svg width="150" height="150" viewBox="0 0 150 150">
<circle
r="50"
cx="75"
cy="75"
fill="#333"
stroke="#900"
stroke-width="4"
;
/>
</svg>Last updated