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

Changes for version 5.56

  • Added antialiased line drawing. 'drawto', 'line', 'angle_line' and 'polygon' is affected. Antialiased drawing is slower, so it is an extra parameter to turn it on or off.
  • Updated 'examples/primitives.pl' to demonstrate antialiased lines.
  • Fixed a bug in 'blit_transform' for 'monochrome'. It just wasn't working, although the method 'monochrome' was.
  • Revamped the documentation. Hopefully I got all the formatting errors and outdated parameters on some methods.
  • The method 'ttf_print' now has a 'wscale' parameter for scaling the width of the text.

Modules

A Simple Framebuffer Graphics Library