aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/svg/element/rect/index.html
blob: e095c85c26fdfa84eee384a52e0e1a45bcb9737d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
title: rect
slug: Web/SVG/Element/rect
tags:
  - Element
  - Reference
  - SVG
  - SVG Graphics
translation_of: Web/SVG/Element/rect
---
<div>{{SVGRef}}</div>

<h2 id="概要">概要</h2>

<p><code>rect</code> 要素はSVGの基本図形であり、四角形を生成する際の基準となる座標と、そこからの幅と高さを指定します。また、角の丸まった四角形を作ります。</p>

<h2 id="例"></h2>

<h3 id="シンプルな_rect_要素の使い方">シンプルな <code>rect 要素の使い方</code></h3>

<p>» <a href="/files/3247/rect-1.svg" title="https://developer.mozilla.org/files/3247/rect-1.svg">rect-1.svg</a></p>

<h3 id="角の丸い_rect_要素"><code>角の丸い rect</code> 要素</h3>

<p>» <a href="/files/3248/rect-2.svg" title="https://developer.mozilla.org/files/3248/rect-2.svg">rect-2.svg</a></p>

<h2 id="属性">属性</h2>

<h3 id="グローバル属性">グローバル属性</h3>

<ul>
 <li><a href="/ja/Web/SVG/Attribute#ConditionalProcessing">条件処理属性</a> »</li>
 <li><a href="/ja/Web/SVG/Attribute#Core">コア属性</a> »</li>
 <li><a href="/ja/Web/SVG/Attribute#GraphicalEvent">グラフィカルイベント属性</a> »</li>
 <li><a href="/ja/Web/SVG/Attribute#Presentation">プレゼンテーション属性</a> »</li>
 <li>{{ SVGAttr("class") }}</li>
 <li>{{ SVGAttr("style") }}</li>
 <li>{{ SVGAttr("externalResourcesRequired") }}</li>
 <li>{{ SVGAttr("transform") }}</li>
</ul>

<h3 id="専用属性">専用属性</h3>

<ul>
 <li>{{ SVGAttr("x") }}</li>
 <li>{{ SVGAttr("y") }}</li>
 <li>{{ SVGAttr("width") }}</li>
 <li>{{ SVGAttr("height") }}</li>
 <li>{{ SVGAttr("rx") }}</li>
 <li>{{ SVGAttr("ry") }}</li>
</ul>

<h2 id="DOM_インターフェイス">DOM インターフェイス</h2>

<p>この要素は <code><a href="/ja/DOM/SVGRectElement" title="en/DOM/SVGRectElement">SVGRectElement</a></code> インターフェイスを提供します。</p>

<h2 id="使用可能な場所">使用可能な場所</h2>

<p>{{svginfo}}</p>

<h2 id="仕様">仕様</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様</th>
   <th scope="col">状態</th>
   <th scope="col">コメント</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('SVG2', 'shapes.html#RectElement', '&lt;rect&gt;')}}</td>
   <td>{{Spec2('SVG2')}}</td>
   <td></td>
  </tr>
  <tr>
   <td>{{SpecName('SVG1.1', 'shapes.html#RectElement', '&lt;rect&gt;')}}</td>
   <td>{{Spec2('SVG1.1')}}</td>
   <td>最初の定義</td>
  </tr>
 </tbody>
</table>

<h2 id="ブラウザー互換性">ブラウザー互換性</h2>



<p>{{Compat("svg.elements.rect")}}</p>

<h2 id="関連情報">関連情報</h2>

<ul>
 <li>{{ SVGElement("path") }}</li>
</ul>