diff options
Diffstat (limited to 'files/ja/web/svg/tutorial/paths/index.html')
-rw-r--r-- | files/ja/web/svg/tutorial/paths/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/svg/tutorial/paths/index.html b/files/ja/web/svg/tutorial/paths/index.html index 63773e5b3e..081b792cac 100644 --- a/files/ja/web/svg/tutorial/paths/index.html +++ b/files/ja/web/svg/tutorial/paths/index.html @@ -54,7 +54,7 @@ translation_of: Web/SVG/Tutorial/Paths <strong>l</strong> <var>dx</var> <var>dy</var> </pre> -<p>水平または垂直の線を描画するための短縮あ形式があります。 <code>H</code> は水平線を描画、<code>V</code> は垂直線を描画します。どちらのコマンドも一方向にしか移動しないので、引数は 1 つだけです。</p> +<p>水平または垂直の線を描画するための短縮された形式があります。 <code>H</code> は水平線を描画、<code>V</code> は垂直線を描画します。どちらのコマンドも一方向にしか移動しないので、引数は 1 つだけです。</p> <pre class="syntaxbox notranslate"> <strong>H</strong> <var>x</var> (または) |