The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.2 - 2003-12-30

  • => Changed the module's code. Now, it does not modify "GD::Image" namespace and it is now using its own namespace "GD::XYScale". It was a bad idea anyway. => Updated the tests and Pod for this change. => Changed "draw_xyscale" to "draw" and "name_xyscale" to "name". Old names are also supported as aliases. => Added the new() method as the object constructor. It only needs one parameter: a GD::Image object. => Removed the %ORIGIN class variable. Its keys are available as object tables. However "X" changed to "OX" and "Y" changed to "OY".

Modules

Draw a 2D X-Y scale and use it.