# File lib/compass/sass_extensions/sprites/engines.rb, line 6
        def initialize(width, height, images)
          @width, @height, @images = width, height, images
          @canvas = nil
        end