From b2b20b895058a80b4bd014abdde037a942337581 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 19 Oct 2021 09:58:52 +0900 Subject: Web/SVG/Element/stop を新規翻訳 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 2021/10/19 時点の英語版に基づき新規翻訳 --- files/ja/web/svg/element/stop/index.md | 72 ++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 files/ja/web/svg/element/stop/index.md (limited to 'files/ja/web') diff --git a/files/ja/web/svg/element/stop/index.md b/files/ja/web/svg/element/stop/index.md new file mode 100644 index 0000000000..013de55861 --- /dev/null +++ b/files/ja/web/svg/element/stop/index.md @@ -0,0 +1,72 @@ +--- +title: +slug: Web/SVG/Element/stop +tags: + - 要素 + - リファレンス + - SVG + - SVG グラデーション +browser-compat: svg.elements.stop +translation_of: Web/SVG/Element/stop +--- +{{SVGRef}} + +SVG の **``** 要素は、グラデーションで使用する色と位置を定義します。この要素は常に {{SVGElement("linearGradient")}} または {{SVGElement("radialGradient")}} 要素の子です。 + +

+ +```css hidden +html,body,svg { height:100% } +``` + +```html + + + + + + + + +  + +``` + +{{EmbedLiveSample('Example', 150, '100%')}} + +## 属性 + +* {{SVGAttr("offset")}} + * : この属性は、グラデーションベクトルに沿って配置される色停止点の位置を定義します。 + *値の型*: [**\**](/ja/docs/Web/SVG/Content_type#number)|[**\**](/ja/docs/Web/SVG/Content_type#percentage); *既定値*: `0`; *アニメーション*: **可** +* {{SVGAttr("stop-color")}} + * : この属性は、グラデーションの色停止点の色を定義します。CSS プロパティとして使用することができます。 + *値の型*: `currentcolor`|[**\**](/ja/docs/Web/SVG/Content_type#color)|[**\**](/ja/docs/Web/SVG/Content_type#icccolor); *既定値*: `black`; *アニメーション*: **可** +* {{SVGAttr("stop-opacity")}} + * : この属性はグラデーションの色停止点の (不) 透明度を表します。CSS プロパティとして使用することができます。 + *値の型*: [**\**](/ja/docs/Web/SVG/Content_type#opacity_value); *既定値*: `1`; *アニメーション*: **可** + +### グローバル属性 + +* [コア属性](/ja/docs/Web/SVG/Attribute/Core) + * : 最重要のもの: {{SVGAttr('id')}} +* [スタイル付け属性](/ja/docs/Web/SVG/Attribute/Styling) + * : {{SVGAttr('class')}}, {{SVGAttr('style')}} +* イベント属性 + * : [グローバルイベント属性](/ja/docs/Web/SVG/Attribute/Events#global_event_attributes), [文書要素イベント属性](/ja/docs/Web/SVG/Attribute/Events#document_element_event_attributes) +* [プレゼンテーション属性](/ja/docs/Web/SVG/Attribute/Presentation) + * : 最重要のもの: {{SVGAttr('color')}}, {{SVGAttr('display')}}, {{SVGAttr('stop-color')}}, {{SVGAttr('stop-opacity')}}, {{SVGAttr('visibility')}} + +## 利用メモ + +{{svginfo}} + +## 仕様書 + +{{Specifications}} + +## ブラウザーの互換性 + +{{Compat}} -- cgit v1.2.3-54-g00ecf