NAME
Graphics::Simple::PostScript -- implement Graphics::Simple in PostScript files
SYNOPSIS
use Graphics::Simple;
# use those operations
DESCRIPTION
The module Graphics::Simple::PostScript
is an implementation of the Graphics::Simple
API.
DEVICE-DEPENDENT OPERATIONS
stop
Waiting is implemented by writing the current image as a snapshot to a file. The problem is that this only applies to the one window - code that has two windows will not show all the upgrades that GnomeCanvas shows. This should be adressed somehow - the problem is that we don't want to duplicate all the static images in other windows if only one is changing.
The files are currently written into /tmp/
.
BUGS
Writes much too much code, e.g. by setting width and color for each object. Should check if it is already set and leave the old setting and other such optimizations.
AUTHOR
Copyright(C) Tuomas J. Lukka 1999. All rights reserved. This software may be distributed under the same conditions as Perl itself.