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/svg/element/polyline/index.html | 85 ++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 files/ja/web/svg/element/polyline/index.html (limited to 'files/ja/web/svg/element/polyline') diff --git a/files/ja/web/svg/element/polyline/index.html b/files/ja/web/svg/element/polyline/index.html new file mode 100644 index 0000000000..e093dce2fd --- /dev/null +++ b/files/ja/web/svg/element/polyline/index.html @@ -0,0 +1,85 @@ +--- +title: polyline +slug: Web/SVG/Element/polyline +tags: + - Element + - Reference + - SVG + - SVG Graphics +translation_of: Web/SVG/Element/polyline +--- +
{{SVGRef}}
+ +

概要

+ +

polyline要素はSVGの基本図形であり、いくつかの座標で繋がった一連の直線を生成します。一般的にpolyline要素は開いた図形を生成する際に使用します。

+ +

使用可能な場所

+ +

{{svginfo}}

+ +

+ +

» polyline.svg

+ +

属性

+ +

グローバル属性

+ + + +

専用属性

+ + + +

DOM インターフェイス

+ +

この要素は SVGPolylineElement インターフェイスを提供します。

+ +

仕様

+ + + + + + + + + + + + + + + + + + + + + +
仕様状態コメント
{{SpecName('SVG2', 'shapes.html#PolylineElement', '<polyline>')}}{{Spec2('SVG2')}}
{{SpecName('SVG1.1', 'shapes.html#PolylineElement', '<polyline>')}}{{Spec2('SVG1.1')}}最初の定義
+ +

ブラウザ実装状況

+ + + +

{{Compat("svg.elements.polyline")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf