diff options
author | potappo <potappo@gmail.com> | 2021-08-21 14:51:17 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-08-21 14:51:17 +0900 |
commit | 7257389b546df95eecdf44e67e68009e69ece2b2 (patch) | |
tree | fd051db8a2daad9ddde969ff15eaa833a9d2a36b /files/ja/web/svg/tutorial/patterns/index.html | |
parent | bc98b39ca91c1ee566cb5c6a2cc9da21ecdadb6a (diff) | |
parent | 66dd961c765e2843fdc3ed463baa19873924c0a3 (diff) | |
download | translated-content-7257389b546df95eecdf44e67e68009e69ece2b2.tar.gz translated-content-7257389b546df95eecdf44e67e68009e69ece2b2.tar.bz2 translated-content-7257389b546df95eecdf44e67e68009e69ece2b2.zip |
Merge branch '20210818-remove-meaningless-titles' of https://github.com/mfuji09/MDN-translated-content into mfuji09-20210818-remove-meaningless-titles
Diffstat (limited to 'files/ja/web/svg/tutorial/patterns/index.html')
-rw-r--r-- | files/ja/web/svg/tutorial/patterns/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/svg/tutorial/patterns/index.html b/files/ja/web/svg/tutorial/patterns/index.html index e0b7fcd4fb..a79fe98e90 100644 --- a/files/ja/web/svg/tutorial/patterns/index.html +++ b/files/ja/web/svg/tutorial/patterns/index.html @@ -8,7 +8,7 @@ translation_of: Web/SVG/Tutorial/Patterns --- <p>{{ PreviousNext("SVG/Tutorial/Gradients", "SVG/Tutorial/Texts") }}</p> -<p>私見では、パターンは SVG で用いる中でわかりにくい塗りつぶし方のひとつです。とはいえとても強力であるので、パターンには説明および少なくとも基礎的な部分は把握するだけの価値があります。グラデーションと同様に、<a href="/ja/SVG/Element/pattern" title="ja/SVG/Element/pattern"><code><pattern></code></a> 要素は SVG ファイルの <code><defs></code> セクションに置かなければなりません。</p> +<p>私見では、パターンは SVG で用いる中でわかりにくい塗りつぶし方のひとつです。とはいえとても強力であるので、パターンには説明および少なくとも基礎的な部分は把握するだけの価値があります。グラデーションと同様に、<a href="/ja/SVG/Element/pattern"><code><pattern></code></a> 要素は SVG ファイルの <code><defs></code> セクションに置かなければなりません。</p> <p><img alt="" class="internal" src="/@api/deki/files/350/=SVG_Pattern_Example.png" style="float: right;"></p> |