From 40edc745dfb5c152e12080748f9357b376e8dbe9 Mon Sep 17 00:00:00 2001 From: MDN Date: Tue, 18 May 2021 00:44:37 +0000 Subject: [CRON] sync translated content --- files/ja/web/api/svgtransformable/index.html | 73 ---------------------------- 1 file changed, 73 deletions(-) delete mode 100644 files/ja/web/api/svgtransformable/index.html (limited to 'files/ja/web/api/svgtransformable/index.html') diff --git a/files/ja/web/api/svgtransformable/index.html b/files/ja/web/api/svgtransformable/index.html deleted file mode 100644 index 5683065157..0000000000 --- a/files/ja/web/api/svgtransformable/index.html +++ /dev/null @@ -1,73 +0,0 @@ ---- -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