diff options
Diffstat (limited to 'files/ja/orphaned/web/api/svgtransformable/index.html')
| -rw-r--r-- | files/ja/orphaned/web/api/svgtransformable/index.html | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/files/ja/orphaned/web/api/svgtransformable/index.html b/files/ja/orphaned/web/api/svgtransformable/index.html new file mode 100644 index 0000000000..5c69dccf39 --- /dev/null +++ b/files/ja/orphaned/web/api/svgtransformable/index.html @@ -0,0 +1,74 @@ +--- +title: SVGTransformable +slug: orphaned/Web/API/SVGTransformable +tags: + - API + - NeedsExample + - Reference + - Référence(2) + - SVG + - SVG DOM +translation_of: Web/API/SVGTransformable +original_slug: Web/API/SVGTransformable +--- +<div>{{APIRef("SVG")}}</div> + +<h2 id="SVG_transformable_interface">SVG transformable interface</h2> + +<p>インターフェイス <code>SVGTransformable</code> には、属性 {{ SVGAttr("transform") }}. を持つ全ての要素に適用されるプロパティとメソッドが含まれています。</p> + +<h3 id="インターフェイスの概要">インターフェイスの概要</h3> + +<table class="standard-table"> + <tbody> + <tr> + <th scope="row">Also implement</th> + <td><em>無し</em></td> + </tr> + <tr> + <th scope="row">Methods</th> + <td><em>無し</em></td> + </tr> + <tr> + <th scope="row">Properties</th> + <td> + <ul> + <li>読み取り専用 {{ domxref("SVGAnimatedTransformList") }} <code>transform</code></li> + </ul> + </td> + </tr> + <tr> + <th scope="row">Normative document</th> + <td><a class="external" href="http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTransformable" title="http://www.w3.org/TR/SVG11/types.html#InterfaceSVGTransformable">SVG 1.1 (2nd Edition)</a></td> + </tr> + </tbody> +</table> + +<h2 id="プロパティ">プロパティ</h2> + +<table class="standard-table"> + <thead> + <tr> + <th>名前</th> + <th>型</th> + <th>説明</th> + </tr> + </thead> + <tbody> + <tr> + <td><code>transform</code></td> + <td>{{ domxref("SVGAnimatedTransformList") }}</td> + <td>指定された要素の属性 {{ SVGAttr("transform") }} に対応します。</td> + </tr> + </tbody> +</table> + +<h2 id="メソッド">メソッド</h2> + +<p><code>SVGTransformable</code> インターフェイスは、特定のメソッドを提供しません。</p> + +<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザー実装状況</h2> + + + +<p>{{Compat("api.SVGTransformable")}}</p> |
