diff options
author | sinyo-matu <seelerei0130@gmail.com> | 2021-05-25 10:27:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 10:27:18 +0900 |
commit | 50513730f1bfcc9ec23f19600f756606c2498d52 (patch) | |
tree | 68c5577f103b8420429107c1e483ba2032e9e6f9 /files/ja/web/svg | |
parent | a3cb768f710d274b572a26c48448f0cb8e4a1bdd (diff) | |
download | translated-content-50513730f1bfcc9ec23f19600f756606c2498d52.tar.gz translated-content-50513730f1bfcc9ec23f19600f756606c2498d52.tar.bz2 translated-content-50513730f1bfcc9ec23f19600f756606c2498d52.zip |
fix a typo (#979)
Diffstat (limited to 'files/ja/web/svg')
-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 170fe2e21d..63773e5b3e 100644 --- a/files/ja/web/svg/tutorial/paths/index.html +++ b/files/ja/web/svg/tutorial/paths/index.html @@ -15,7 +15,7 @@ translation_of: Web/SVG/Tutorial/Paths <p>パスは、複数の直線や曲線を組み合わせて複雑な形状を作ります。直線だけで構成された複雑な形状は、 <a href="/ja/docs/Web/SVG/Tutorial/Basic_Shapes#Polyline"><code><polyline></code></a> として作成することができます。 <code><polyline></code> と <code><path></code> は似たような形状を作ることができますが、 <code><polyline></code> は曲線を表現するのに大量の小さな直線を必要とするため、大きなサイズにはうまく拡大することができません。</p> -<p>SVG を描画する際には、パスをよく理解しておくことが重要です。XML エディターやテキストエディターを使用して複雑なパスを作成する野はお勧めできませんが、それらがどのように機能するかを理解しておけば、 SVG の表示問題を特定して修復することができます。</p> +<p>SVG を描画する際には、パスをよく理解しておくことが重要です。XML エディターやテキストエディターを使用して複雑なパスを作成するのはお勧めできませんが、それらがどのように機能するかを理解しておけば、 SVG の表示問題を特定して修復することができます。</p> <p><code><path></code> 要素の形状は、1つの引数である {{ SVGAttr("d") }} によって定義されます (詳細は<a href="/ja/docs/Web/SVG/Tutorial/Basic_Shapes">基本図形</a>を参照してください)。 <code>d</code> 属性はこれらのコマンドで使用される一連のコマンドと引数を含みます。</p> |