Sha256: f06f2b3ffd770b73bc8894d1e848cdaa60ec9cc6716a8b7eb88f0f6509c38d3a

Contents?: true

Size: 654 Bytes

Versions: 2

Compression:

Stored size: 654 Bytes

Contents

/*

        Creating a sprite from following images:
        
        test/images/names/Ends With Bang!.png (64x64)
        test/images/names/Has & Ampersand.png (64x64)
        test/images/names/Odd.Period.png (64x64)

        Output files:
          test/images/sanitized.png
          test/images/sanitized.css

        Output size:
          192x64


*/
img.EndsWithBang { width: 64px; height: 64px; background: url(sanitized.png) 0px 0px no-repeat; }
img.HasAmpersand { width: 64px; height: 64px; background: url(sanitized.png) -64px 0px no-repeat; }
img.OddPeriod { width: 64px; height: 64px; background: url(sanitized.png) -128px 0px no-repeat; }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprite-factory-1.7.1 test/images/reference/sanitized.css
sprite-factory-1.7 test/images/reference/sanitized.css