Back

 

SYNOPSIS

scribble  [ max_thickness | max_thickness strokes ]

DESCRIPTION

The size of the lines made by scribble varies according to the hand gesture. Rapid movements make thicker lines. The color alternates between black and white.

The options are as follows:

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

EXAMPLES

scribble  75 4

scribble

In the first example, 4 scribbles with maximum thickness 75 are drawn. When no argument is given, 7 scribbles with a maximum thickness of 30 are drawn.

ORIGIN

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


AUTHOR

Andy Deck

LINK

artcontext.org

SOURCE CODE

scribble.java

 

© GNU Public License v.2

SEE ALSO

line

BUGS

Please report bugs.

Back