Graphics::Primitive::Operation - A drawing instruction
Contents
Copyright & License
Copyright 2008-2010 by Cory G Watson.
You can redistribute and/or modify this code under the same terms as Perl itself.
perl v5.34.0 2022-06-14 Graphics::Primitive::Operation(3pm)
Description
Graphics::Primitive::Operation is the base class for operations. An operation is an action that is
performed on a path such as a Fill or Fill.
Methods
preserve
Informs the canvas to not clear the current path when performing this operation. Also provides a
hint to the driver.
Name
Graphics::Primitive::Operation - A drawing instruction
