Sha256: 5e36c2ef55ae22bb2d53a5bb629ef6acf05ed5358fdeeb1af6526da856ba0727

Contents?: true

Size: 998 Bytes

Versions: 3

Compression:

Stored size: 998 Bytes

Contents

/*

        Creating a sprite from following images:
        
        test/images/regular/regular1.PNG (64x64)
        test/images/regular/regular2.PNG (64x64)
        test/images/regular/regular3.PNG (64x64)
        test/images/regular/regular4.PNG (64x64)
        test/images/regular/regular5.PNG (64x64)

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

        Output size:
          192x128


*/
img.packed_regular1 { width: 64px; height: 64px; background: url(regular.packed.png) 0px 0px no-repeat; }
img.packed_regular2 { width: 64px; height: 64px; background: url(regular.packed.png) -64px 0px no-repeat; }
img.packed_regular3 { width: 64px; height: 64px; background: url(regular.packed.png) 0px -64px no-repeat; }
img.packed_regular4 { width: 64px; height: 64px; background: url(regular.packed.png) -64px -64px no-repeat; }
img.packed_regular5 { width: 64px; height: 64px; background: url(regular.packed.png) -128px 0px no-repeat; }

Version data entries

3 entries across 3 versions & 1 rubygems

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