| Issue 12: | spriting logic: add to top or bottom, left or right | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In some cases, we could squeeze one or two more images onto a sprite. For example, imagine a bg image that is "repeat-x left top", and the image is 10px high, but the containing block is 100px high. SpriteMe won't add this with other repeat-x images, because it would request 90px of padding below it (too much). But, you don't need the 90px of padding if you put this image at the bottom of the vertically-stacked sprite. Need logic for these cases. |