--- 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")}}

関連情報