From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/svgrect/index.html | 62 +++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 files/ja/web/api/svgrect/index.html (limited to 'files/ja/web/api/svgrect') diff --git a/files/ja/web/api/svgrect/index.html b/files/ja/web/api/svgrect/index.html new file mode 100644 index 0000000000..e75d0a465a --- /dev/null +++ b/files/ja/web/api/svgrect/index.html @@ -0,0 +1,62 @@ +--- +title: SVGRect +slug: Web/API/SVGRect +tags: + - API + - Reference + - SVG + - SVG DOM +translation_of: Web/API/SVGRect +--- +
{{APIRef("SVG")}}
+ +

SVGRect は矩形を表します。矩形は、最小の x の値と最小の y の値を特定する x と y の座標の対と、幅と、高さから構成されており、これらは、非負であるものと考えられます。

+ +

SVGRect オブジェクトは、読み取り専用だと指定することができます。そのことは、そのオブジェクトをいじろうとする試みによって、例外が投げられるという結果になるだろう、ということを意味します。

+ +

{{InheritanceDiagram(600, 140)}}

+ +

属性

+ +
+
{{domxref("SVGRect.x")}}
+
この座標の厳密な結果は、各要素に依存します。もしこの属性が指定済みでなければ、結果は、あたかも 0 という値が指定されているかのようになります。
+
{{domxref("SVGRect.y")}}
+
この座標の厳密な結果は、各要素に依存します。もしこの属性が指定済みでなければ、結果は、あたかも 0 という値が指定されているかのようになります。
+
{{domxref("SVGRect.width")}}
+
これは矩形の幅を表します。負の値はエラーを招きます。0 という値は要素の描画を無効にします。
+
{{SVGAttr("SVGRect.height")}}
+
これは矩形の高さを表します。負の値はエラーを招きます。0 という値は要素の描画を無効にします。
+
+ +

メソッド

+ +

このインタフェースは、親から、すなわち {{domxref("SVGGeometryElement")}} から、メソッドを継承しています。

+ +

仕様

+ + + + + + + + + + + + + + + + + + + +
仕様ステータス備考
{{SpecName("Geometry Interfaces", "#DOMRect", "DOMRect")}}{{Spec2("Geometry Interfaces")}}SVGRect を DOMRect の古い別名として変更。
{{SpecName("SVG1.1", "shapes.html#InterfaceSVGRectElement", "SVGRectElement")}}{{Spec2("SVG1.1")}}初回定義
+ +

ブラウザー実装状況

+ + + +

{{Compat("api.SVGRect")}}

-- cgit v1.2.3-54-g00ecf