The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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/.

AUTHOR

Copyright(C) Tuomas J. Lukka 1999. All rights reserved. This software may be distributed under the same conditions as Perl itself.