Graphics::Simple::Fig -- implement Graphics::Simple in Fig files |
Graphics::Simple::Fig -- implement Graphics::Simple in Fig (e.g. xfig) files
use Graphics::Simple; # use those operations
The module Graphics::Simple::Fig
is an implementation
of the Graphics::Simple
API.
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/
.
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.
Copyright(C)
Tuomas J. Lukka 1999. All rights reserved.
This software may be distributed under the same conditions as Perl itself.
Graphics::Simple::Fig -- implement Graphics::Simple in Fig files |