Draws a Line shape.
Syntax
<Line startX="float" startY="float" endX="float" endY="float" />
Attributes
The Line element must contain the following attributes:
- startX,- startY
- The start point of the line. - These attributes are transformable. 
- endX,- endY
- The end point of the line. - These attributes are transformable. 
Inner elements
TheLine element must contain either a single Stroke element or
WeightedStroke element.
A line can also optionally contain any number of the following elements:
Recommended for you
- Note: link text is displayed when JavaScript is off
- Line
- LinearGradient
- Rectangle
