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

0.02			2012.02.02

	[BUG FIXES]
	* Long words were overrunning the image bounds. Added _max_font_size() which
	  tries the longest word in each font, scaling the font size down until it
	  will fit width the image's width. (Eventually this will need to be changed
	  to handle vertical words)
	* Long FIRST words were overrunning the image bounds too. The first (largest)
	  word was not being checked to make sure its placement fit within the image.
	  
	[TESTS]
	* Added tests so every method is covered. Added more tests for coverage.

0.01_01		2012.01.27

	First version, released on an unsuspecting world.