diff options
author | Itta <86896657+itta611@users.noreply.github.com> | 2021-08-20 12:31:54 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 12:31:54 +0900 |
commit | 84669c728bde8955ee6ab806ffd01b561da5ee36 (patch) | |
tree | d4a215e831bd145195e25d2d956dcf4ed1a63a9a | |
parent | 1e94ef3226c32ae8868ffaa9c3b3aa96293cbaa9 (diff) | |
download | translated-content-84669c728bde8955ee6ab806ffd01b561da5ee36.tar.gz translated-content-84669c728bde8955ee6ab806ffd01b561da5ee36.tar.bz2 translated-content-84669c728bde8955ee6ab806ffd01b561da5ee36.zip |
fix web/api/canvasrenderingcontext2d/setlinedash/ (#2103)
-rw-r--r-- | files/ja/web/api/canvasrenderingcontext2d/setlinedash/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/canvasrenderingcontext2d/setlinedash/index.html b/files/ja/web/api/canvasrenderingcontext2d/setlinedash/index.html index 74051e9a9d..d54da1283b 100644 --- a/files/ja/web/api/canvasrenderingcontext2d/setlinedash/index.html +++ b/files/ja/web/api/canvasrenderingcontext2d/setlinedash/index.html @@ -25,7 +25,7 @@ translation_of: Web/API/CanvasRenderingContext2D/setLineDash <h2 id="例">例</h2> -<h3 id="簡単な例">簡単な例</h3> +<h3 id="Basic_example">簡単な例</h3> <p>この例では、<code>setLineDash()</code>メソッドを使用して、実線の上に破線を描画します。</p> @@ -58,7 +58,7 @@ ctx.stroke(); <p>{{ EmbedLiveSample('Basic_example', 700, 180) }}</p> -<h3 id="いくつかの一般的な模様">いくつかの一般的な模様</h3> +<h3 id="Some_common_patterns">いくつかの一般的な模様</h3> <p>この例は、さまざまな一般的な破線のパターンを示しています。</p> |