From a82c0981dd5e70c6557dc946df97d0b5aebd6d6c Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 19 Oct 2021 01:01:30 +0900 Subject: Web/SVG/Attribute/stop-color を新規翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/10/19 時点の英語版に同期 --- files/ja/web/svg/attribute/stop-color/index.md | 93 ++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 files/ja/web/svg/attribute/stop-color/index.md (limited to 'files/ja/web') diff --git a/files/ja/web/svg/attribute/stop-color/index.md b/files/ja/web/svg/attribute/stop-color/index.md new file mode 100644 index 0000000000..d4ad9b816c --- /dev/null +++ b/files/ja/web/svg/attribute/stop-color/index.md @@ -0,0 +1,93 @@ +--- +title: stop-color +slug: Web/SVG/Attribute/stop-color +tags: + - NeedsExample + - SVG + - SVG 属性 +browser-compat: svg.attributes.presentation.stop-color +translation_of: Web/SVG/Attribute/stop-color +--- +{{SVGRef}} + +**`stop-color`** 属性は、グラデーションの色停止点で使用する色を示します。 + +> **Note:** グラデーションに関して、SVG は `transparent` キーワードを CSS とは異なる方法で扱います。SVG はグラデーションを事前に乗算された空間で計算しないので、`transparent` は実際には透明な黒を意味します。そのため、`stop-color` に `transparent` という値を指定することは、`stop-color` に `black` という値を指定し、{{SVGAttr("stop-opacity")}} に `0` という値を指定することと同じです。 + +> **Note:** プレゼンテーション属性である `stop-color` は、CSS プロパティとして使用することができます。 + +この属性は以下の SVG 要素で使用することができます。 + +* {{SVGElement("stop")}} + +## 使用上のメモ + + + + + + + + + + + + + + + + +
+ currentcolor | + {{cssxref("color_value", "<color>")}} + <icccolor> +
既定値black
アニメーション
+ +* `currentcolor` + * : このキーワードは、現在の塗りつぶしの色を表し、 [``](/en-US/docs/Web/SVG/Content_type#paint) の指定の中で、{{SVGAttr("fill")}} および {{SVGAttr("stroke")}} 属性と同じ方法で指定することができます。 +* `` + * : この値は色の値を示します。 +* `` + * : この値は ICC カラープロファイルを参照します。 + +## 仕様書 + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
+ {{SpecName("SVG2", "pservers.html#StopColorProperty", "stop-color")}} + {{Spec2("SVG2")}} + SVG では transparent キーワードが CSS とは異なる扱いになるというメモを追加。 +
+ {{SpecName("SVG1.1", "pservers.html#StopColorProperty", "stop-color")}} + {{Spec2("SVG1.1")}}初回定義
+ +## ブラウザーの互換性 + +{{Compat}} + +## 関連情報 + +* {{SVGAttr("stop-opacity")}} -- cgit v1.2.3-54-g00ecf