aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/svg/tutorial/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-27 12:04:27 -0400
committerGitHub <noreply@github.com>2021-07-28 01:04:27 +0900
commit2fc1eb1780a60adb6a5730112385ec735cd22d69 (patch)
treecc230c56a692c1a7cd63f7d351f50a902f8f9bd9 /files/ko/web/svg/tutorial/index.html
parentdcc2714189d050e2b8b7911b3778bb5229752afe (diff)
downloadtranslated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.gz
translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.tar.bz2
translated-content-2fc1eb1780a60adb6a5730112385ec735cd22d69.zip
remove link 'title' attributes that's just the 'href' (ko, part 2) (#1740)
Diffstat (limited to 'files/ko/web/svg/tutorial/index.html')
-rw-r--r--files/ko/web/svg/tutorial/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/svg/tutorial/index.html b/files/ko/web/svg/tutorial/index.html
index ee8204aa47..d2991b2f3c 100644
--- a/files/ko/web/svg/tutorial/index.html
+++ b/files/ko/web/svg/tutorial/index.html
@@ -9,7 +9,7 @@ translation_of: Web/SVG/Tutorial
---
<p>확장 가능한 벡터 그래픽(Scalable Vector Graphics), <a href="https://developer.mozilla.org/en-US/docs/Web/SVG">SVG</a>는 그래픽을 마크업하기 위한 W3C XML의 특수언어(dialect)입니다. SVG는 파이어폭스, 오페라, 웹킷 브라우저, 인터넷 익스플로러 및 기타 여러 브라우저에서 부분적으로 지원하고 있습니다.</p>
-<p>본 튜토리얼의 목적은 SVG 내부 구조를 설명하는 데 있으며, 기술적인 세부 사항을 다룹니다. 만약 그저 아름다운 이미지를 그리려고 한다면, <a class="external external-icon" href="http://inkscape.org/doc/" title="http://inkscape.org/doc/">Inkscape's documentation page</a>에서 더 많은 유용한 소스들을 찾을 수 있습니다. SVG에 관한 또 다른 소개는 W3C의 <a class="external external-icon" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">SVG Primer</a>에서 제공됩니다.</p>
+<p>본 튜토리얼의 목적은 SVG 내부 구조를 설명하는 데 있으며, 기술적인 세부 사항을 다룹니다. 만약 그저 아름다운 이미지를 그리려고 한다면, <a class="external external-icon" href="http://inkscape.org/doc/">Inkscape's documentation page</a>에서 더 많은 유용한 소스들을 찾을 수 있습니다. SVG에 관한 또 다른 소개는 W3C의 <a class="external external-icon" href="http://www.w3.org/Graphics/SVG/IG/resources/svgprimer.html">SVG Primer</a>에서 제공됩니다.</p>
<div class="note">본 튜토리얼은 개발 초기 단계에 있습니다. 가능하다면, 본 문서 작성에 참여하여, 한 두 단락을 작성하여 도움을 주기 바랍니다. 한 페이지 전체를 작성한다면 더욱 좋습니다!</div>