[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.20.11.4 FVG Line

Draws a line between two points.

Defining the Shape

Example: This creates a red line between two points.

 
<line x1="100"
      y1="100"
      x2="110"
      y2="130"
      stroke="#ff0000"  />

Allowed Parameters

Name

Required

Example

Description

x1

yes

x1="50"

Sets the left x coordinate.

y1

yes

y1="50"

Sets the top y coordinate.

x2

yes

x2="100"

Sets the right x coordinate.

y2

yes

y2="400"

Sets the bottom y coordinate.

stroke

no

stroke="#ff0000"

Turns on stroking of the shape, and sets the color. If this is not present, the shape will not be stroked. Since lines can not be filled, they must be stroked.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]

This document was generated using texi2html 1.76.