Changes for version 4.16
- Bug fixes
- Fill is now fixed. This sucker still uses stack memory like it's going out of style. You have been warned.
- Filled polygons now, as long as they aren't overly complicated, and the borders do not cross. It uses a history buffer when drawing and then uses it to draw a series of horizontal lines to "fill" the polygon. This fill is very fast as a result.
- 'line' added for an alternate way of drawing a line. It's essentially a combination of plot > drawto under the hood.
- Warnings have been completely turned off. We don't want warnings to mess up your pretty graphics. Crashable code is in an eval, so who cares? Generally warnings begin happening when Perl has done a variable garbage collection, and the memory mapping to the framebuffer is borked. Fortunately, the module now recovers from this and remaps it.
- Clipping is quicker and more robust.
- Documentation has been updated / fixed where appropriate.
Modules
A Simple Framebuffer Graphics Library