The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module CSS::SpriteMaker

0.08    Tue Apr 15 17:07:53 CEST 2014
        * partial source padding feature: specify remove_source_padding => 1 in
          in CSS::Spritemaker::compose_sprite parts to remove padding from
          certain parts of the combines sprite only.
        * new method to display layout in ascii format (see
          CSS::SpriteMaker::Layout)

0.07    2013-09-15 18:44:14 BST
        * allow custom target image filename in CSS stylesheet generation
        * allow override of the generated CSS class name (e.g., add a prefix)
        * remove '+' characters during CSS class generation
        * allow parts of combined layout to be hidden in CSS
        * nicer html preview of CSS image sprites
        * allow composite layouts without glue layout

0.06    2013-08-19 22:36:00 BST
        * fix POD

0.05    2013-08-19 07:44:25 BST
        * allow composite layouts (layouts of layouts!)
        * fix bug in Packed Layout by porting packing algorithm
          from python glue

0.04    2013-08-17 02:01:39 BST
        * updated distribution metadata and version numbers

0.03    2013-08-17 00:53:30 BST
        * FixedDimension layout algorithm
        * test FixedDimension layout algorithm
        * pluggable layouts can now accept parameters

0.02    2013-06-30 14:40:08 BST
        * improved CSS class names generation
        * improved POD

0.01    2013-06-26 19:18:08 BST
        * first release!
        * make CSS image sprite
        * make HTML sample page
        * make CSS Stylesheet
        * binpacking algorithm for layout
        * directory-based layout algorithm
        * format conversion
        * border removal
        * tests

0.00    2013-05-23 22:02:09 BST
        * initial commit