aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/canvas_api/tutorial/drawing_shapes
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-03 10:47:53 -0400
committerGitHub <noreply@github.com>2021-08-03 23:47:53 +0900
commitf639481a733ab7e23d0302fa68eb723d428bb373 (patch)
treefee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/api/canvas_api/tutorial/drawing_shapes
parent3224fae710c5287f61da7470993d56f956e47927 (diff)
downloadtranslated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2
translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/api/canvas_api/tutorial/drawing_shapes')
-rw-r--r--files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html
index 366a5a2172..de474db81f 100644
--- a/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html
+++ b/files/ja/web/api/canvas_api/tutorial/drawing_shapes/index.html
@@ -310,7 +310,7 @@ original_slug: Web/Guide/HTML/Canvas_tutorial/Drawing_shapes
<h3 id="Bezier_and_quadratic_curves" name="Bezier_and_quadratic_curves">ベジェと二次曲線</h3>
-<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external" title="http://en.wikipedia.org/wiki/B%C3%A9zier_curve">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p>
+<p>次に見ていく種類のパスは<a href="https://ja.wikipedia.org/wiki/ベジェ曲線" rel="external">ベジェ曲線</a>です。三次および二次の種類が利用可能です。通常複雑な自然の図形を描くのに使われます。</p>
<dl>
<dt>{{domxref("CanvasRenderingContext2D.quadraticCurveTo", "quadraticCurveTo(cp1x, cp1y, x, y)")}}</dt>