Sha256: 7ec6eedbfc83c7960b73f2753eb454bf04d2877ccaa22840d1d0e5cc013fc2c5

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

Contents

/*

        Creating a sprite from following images:
        
        test/images/irregular/irregular1.png (60x60)
        test/images/irregular/irregular3.png (48x48)
        test/images/irregular/irregular5.png (46x25)
        test/images/irregular/irregular4.png (34x14)
        test/images/irregular/irregular2.png (16x16)

        Output files:
          test/images/irregular.packed.png
          test/images/irregular.packed.css

        Output size:
          108x101


*/
img.packed_irregular1 { width: 60px; height: 60px; background: url(irregular.packed.png) 0px 0px no-repeat; }
img.packed_irregular3 { width: 48px; height: 48px; background: url(irregular.packed.png) -60px 0px no-repeat; }
img.packed_irregular5 { width: 46px; height: 25px; background: url(irregular.packed.png) 0px -60px no-repeat; }
img.packed_irregular4 { width: 34px; height: 14px; background: url(irregular.packed.png) -46px -60px no-repeat; }
img.packed_irregular2 { width: 16px; height: 16px; background: url(irregular.packed.png) 0px -85px no-repeat; }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sprite-factory-1.4.2 test/images/reference/irregular.packed.css
sprite-factory-1.4.1 test/images/reference/irregular.packed.css
sprite-factory-1.3.0 test/images/reference/irregular.packed.css
sprite-factory-1.2.0 test/images/reference/irregular.packed.css