Back

 

SYNOPSIS

line  [ line_thickness | line_thickness strokes ]

DESCRIPTION

Enables the drawing of lines that will also be seen by other users. Each line drawn triggers the re-draw of a line recently drawn by someone else.

The options are as follows:

line_thickness valid thickness values are whole numbers from 1 to 255.
line_thickness quantity valid quantity values are whole numbers from 1 to 20.

EXAMPLES

line  25 4

line

In the first example, 4 lines with thickness 25 are drawn. When no argument is given, 5 lines with thickness of 10 are drawn.

ORIGIN

Line was written for Lexicon in 2002. It is based on code written in 1991.


AUTHOR

Andy Deck

LINK

artcontext.org

SOURCE CODE

line.java

 

© GNU Public License v.2

SEE ALSO

say

BUGS

Please report bugs.

Back