1
edit
Changes
→Tag Attributes
** The ''end'' attribute determines the end position of a line. A line is then drawn from its start position to its end position.
** ''This attribute cannot be omitted.''
*linecap
**'''Usage:''' <line linecap="round" />
** The lineCap property determines how the end points of every line are drawn. There are three possible values for this property and those are: butt, round and square.
**By default this property is set to butt.
[[Image:Canvas_linecap.png]]
== Syntax ==