
📌 svg-tutorial 으로 학습한 내용을 정리했습니다. SVG Tutorial - Learn how to code images in HTML with SVG Learn the fundamentals of Scalable Vector Graphics (SVG) from the basics up to advanced concepts like animation and interactivity. svg-tutorial.com SVG 삽입 SVG(Scalable Vector Graphics)는 HTML과 유사한 구문을 갖는다. 둘 모두 XML을 기반으로 한다. HTML5 이후로 HTML 파일 내에 SVG 이미지 코드를 인라인 할 수 있다. SVG 크기 조정 SVG 요소는 이미지 요소를 포함하고 이미지의 프레..