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/svgtransformable/index.html | 73 ++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 files/ja/web/api/svgtransformable/index.html (limited to 'files/ja/web/api/svgtransformable') diff --git a/files/ja/web/api/svgtransformable/index.html b/files/ja/web/api/svgtransformable/index.html new file mode 100644 index 0000000000..5683065157 --- /dev/null +++ b/files/ja/web/api/svgtransformable/index.html @@ -0,0 +1,73 @@ +--- +title: SVGTransformable +slug: Web/API/SVGTransformable +tags: + - API + - NeedsExample + - Reference + - Référence(2) + - SVG + - SVG DOM +translation_of: Web/API/SVGTransformable +--- +
{{APIRef("SVG")}}
+ +

SVG transformable interface

+ +

インターフェイス SVGTransformable には、属性 {{ SVGAttr("transform") }}. を持つ全ての要素に適用されるプロパティとメソッドが含まれています。

+ +

インターフェイスの概要

+ + + + + + + + + + + + + + + + + + + + +
Also implement無し
Methods無し
Properties +
    +
  • 読み取り専用 {{ domxref("SVGAnimatedTransformList") }} transform
  • +
+
Normative documentSVG 1.1 (2nd Edition)
+ +

プロパティ

+ + + + + + + + + + + + + + + + +
名前説明
transform{{ domxref("SVGAnimatedTransformList") }}指定された要素の属性 {{ SVGAttr("transform") }} に対応します。
+ +

メソッド

+ +

SVGTransformable インターフェイスは、特定のメソッドを提供しません。

+ +

ブラウザー実装状況

+ + + +

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

-- cgit v1.2.3-54-g00ecf