Back

 

SYNOPSIS

checker [ square_root ]

DESCRIPTION

A checker-board. The density of the squares can be specified. A pin-stripe effect occurs when the grids are dense, like 100x100.

The option is as follows:

square_root valid values are whole numbers from 1 to 255.

EXAMPLES

checker  16

checker

When no argument is given, a 10x10 checker-board is drawn.

ORIGIN

Checker was written for Lexicon in 2002.


AUTHOR

Andy Deck

LINK

artcontext.org

SOURCE CODE

checker.java

 

© GNU Public License v.2

SEE ALSO

barcode

BUGS

Please report bugs.

Back