Closed coreyward closed 10 years ago
This is a textbook case for modulo and has the additional benefit of the smallest margin necessary being set (between 0..(baseline - 1)) while continuing to work for images with a height < baseline.
0..(baseline - 1)
Excellent work! Thanks!
This is a textbook case for modulo and has the additional benefit of the smallest margin necessary being set (between
0..(baseline - 1)
) while continuing to work for images with a height < baseline.