Extras for the ZSVGA graphics library from Zephyr Software.

MASKLINE.C

This program serves two purposes:

1) Demonstrates the method for efficiently integrating a custom drawing
   function with the library by using the internal variables instead of
   repeatedly calling zDrawPoint.

2) Provides a styled line primitive; a feature that has been requested by
   a couple of users over the past three years.

This code is not a formal addition to the ZSVGA library, but is an additional
tool available for users.  Maskline.c and its related files should be placed
in a subdirectory called "extras" off the ZSVGA installation directory.

File listing (6 total):

README.TXT  : This file
MASKLINE.C  : The source file containing zDrawMaskedLine and an example
MAKEFILE.SC : Makefile for Symantec users
MAKEFILE.WAT: Makefile for Watcom users
MKSYMCPP.BAT: Batch file for Symantec users to build the example
MKWATCOM.BAT: Batch file for Watcom users to build the example
