From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/svg/tutorial/index.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/ko/web/svg/tutorial/index.html (limited to 'files/ko/web/svg/tutorial/index.html') diff --git a/files/ko/web/svg/tutorial/index.html b/files/ko/web/svg/tutorial/index.html new file mode 100644 index 0000000000..1cc6c1f8d5 --- /dev/null +++ b/files/ko/web/svg/tutorial/index.html @@ -0,0 +1,36 @@ +--- +title: SVG 튜토리얼 +slug: Web/SVG/Tutorial +tags: + - SVG + - 'SVG:튜토리얼' + - 중급 +translation_of: Web/SVG/Tutorial +--- +

확장 가능한 벡터 그래픽(Scalable Vector Graphics), SVG는 그래픽을 마크업하기 위한 W3C XML의 특수언어(dialect)입니다. SVG는 파이어폭스, 오페라, 웹킷 브라우저, 인터넷 익스플로러 및 기타 여러 브라우저에서 부분적으로 지원하고 있습니다.

+ +

본 튜토리얼의 목적은 SVG 내부 구조를 설명하는 데 있으며, 기술적인 세부 사항을 다룹니다. 만약 그저 아름다운 이미지를 그리려고 한다면, Inkscape's documentation page에서 더 많은 유용한 소스들을 찾을 수 있습니다. SVG에 관한 또 다른 소개는 W3C의 SVG Primer에서 제공됩니다.

+ +
본 튜토리얼은 개발 초기 단계에 있습니다. 가능하다면, 본 문서 작성에 참여하여, 한 두 단락을 작성하여 도움을 주기 바랍니다. 한 페이지 전체를 작성한다면 더욱 좋습니다!
+ +
SVG 소개 목록
+ + -- cgit v1.2.3-54-g00ecf