aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/api/canvas_api/tutorial/basic_animations
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/api/canvas_api/tutorial/basic_animations
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/api/canvas_api/tutorial/basic_animations')
-rw-r--r--files/ko/web/api/canvas_api/tutorial/basic_animations/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html b/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html
index e1deb1599a..07cc06c041 100644
--- a/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html
+++ b/files/ko/web/api/canvas_api/tutorial/basic_animations/index.html
@@ -206,7 +206,7 @@ function clock(){
</div>
<p>{{EmbedLiveSample("An_animated_clock", "180", "180", "https://mdn.mozillademos.org/files/203/Canvas_animation2.png")}}</p>
<h4 id="움직이는_파노라마_사진">움직이는 파노라마 사진</h4>
-<p>이 예제에서는, 움직이는 파노라마 사진을 만듭니다. 사용할 그림은 위키피디어(Wikipedia)에서 구한 <a href="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg" title="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg">요세미티 국립공원</a>입니다. 캔버스보다 큰 그림을 사용할 수도 있습니다.</p>
+<p>이 예제에서는, 움직이는 파노라마 사진을 만듭니다. 사용할 그림은 위키피디어(Wikipedia)에서 구한 <a href="http://commons.wikimedia.org/wiki/File:Capitan_Meadows,_Yosemite_National_Park.jpg">요세미티 국립공원</a>입니다. 캔버스보다 큰 그림을 사용할 수도 있습니다.</p>
<pre class="brush: js">var img = new Image();
// 변수
@@ -273,7 +273,7 @@ function draw() {
<h2 id="Other_examples" name="Other_examples">또 다른 예제들</h2>
<dl>
<dt>
- <a class="external" href="http://www.gartic.net/" title="http://www.gartic.net/">Gartic</a></dt>
+ <a class="external" href="http://www.gartic.net/">Gartic</a></dt>
<dd>
다중 사용자 지원 그리기 놀이.</dd>
<dt>
@@ -297,7 +297,7 @@ function draw() {
<dd>
별, 동그라미, 네모가 떠다니는 우주를 누벼라.</dd>
<dt>
- <a class="external" href="http://igrapher.com/" title="http://igrapher.com/">iGrapher</a></dt>
+ <a class="external" href="http://igrapher.com/">iGrapher</a></dt>
<dd>
주식 시장 자료 차트 예제.</dd>
</dl>