--- title: SVGTransformable slug: Web/API/SVGTransformable tags: - API - NeedsExample - Reference - Référence(2) - SVG - SVG DOM translation_of: Web/API/SVGTransformable ---
インターフェイス SVGTransformable
には、属性 {{ SVGAttr("transform") }}. を持つ全ての要素に適用されるプロパティとメソッドが含まれています。
Also implement | 無し |
---|---|
Methods | 無し |
Properties |
|
Normative document | SVG 1.1 (2nd Edition) |
名前 | 型 | 説明 |
---|---|---|
transform |
{{ domxref("SVGAnimatedTransformList") }} | 指定された要素の属性 {{ SVGAttr("transform") }} に対応します。 |
SVGTransformable
インターフェイスは、特定のメソッドを提供しません。
{{Compat("api.SVGTransformable")}}