aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/transform-function/scale()
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 23:03:58 +0900
committerGitHub <noreply@github.com>2021-09-14 23:03:58 +0900
commit57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (patch)
tree1474a1556c2a424b38813183bab570529ff39c90 /files/ja/web/css/transform-function/scale()
parent192e9f4e82a2ad89ac985e715d63b70be9bf5996 (diff)
downloadtranslated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.gz
translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.bz2
translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.zip
Web/CSS以下の文書内のリンクURLを正規化 (#2368)
- /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/css/transform-function/scale()')
-rw-r--r--files/ja/web/css/transform-function/scale()/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/transform-function/scale()/index.html b/files/ja/web/css/transform-function/scale()/index.html
index 585964f29b..e4b78176ec 100644
--- a/files/ja/web/css/transform-function/scale()/index.html
+++ b/files/ja/web/css/transform-function/scale()/index.html
@@ -10,7 +10,7 @@ translation_of: Web/CSS/transform-function/scale()
---
<div>{{CSSRef}}</div>
-<p><strong><code>scale()</code></strong> は <a href="/docs/Web/CSS">CSS</a> 関数で、二次元平面上における拡縮する変形を定義します変倍の量がベクトルで定義されるため、水平方向と垂直方向に対して異なる変倍で大きさを変えることができます。結果は {{cssxref("&lt;transform-function&gt;")}} データ型になります。</p>
+<p><strong><code>scale()</code></strong> は <a href="/ja/docs/Web/CSS">CSS</a> 関数で、二次元平面上における拡縮する変形を定義します変倍の量がベクトルで定義されるため、水平方向と垂直方向に対して異なる変倍で大きさを変えることができます。結果は {{cssxref("&lt;transform-function&gt;")}} データ型になります。</p>
<p><img src="https://mdn.mozillademos.org/files/12115/scale.png" style="height: 325px; width: 392px;"></p>
@@ -18,7 +18,7 @@ translation_of: Web/CSS/transform-function/scale()
<p>座標の値が [-1, 1] の範囲外の場合、変倍は、その座標の方向に要素を拡大します。この範囲内の場合、変倍は、要素をその座標の方向に縮小します。負の場合、変倍は <a href="https://ja.wikipedia.org/wiki/点対称">点対称化</a> と大きさの変更を行います。1 と等しい場合、変倍は何もしません。</p>
-<div class="note"><strong>メモ:</strong> <code>scale()</code> 関数は、二次元の変換のみに適用されます。三次元空間内での変倍を行うには、 <code><a href="/docs/Web/CSS/transform-function/scale3d">scale3d()</a></code> 関数を使用してください。</div>
+<div class="note"><strong>メモ:</strong> <code>scale()</code> 関数は、二次元の変換のみに適用されます。三次元空間内での変倍を行うには、 <code><a href="/ja/docs/Web/CSS/transform-function/scale3d">scale3d()</a></code> 関数を使用してください。</div>
<h2 id="Syntax" name="Syntax">構文</h2>