Line - xkp/Doc GitHub Wiki

Overview

A simple line.

Usage

<line id="line1" x1="500" y1="350" x2="500" y2="500"/>

Properties

x1, y1: Point A

x2, y2: Point B

line_width: Describes the thickness of the line

line_cap: Describes how the line will be capped. Values conform to the HTML5 Standard.