DePauwREU2013 / scales

2 stars 0 forks source link

Alignment methods incorrect? #6

Closed mfansler closed 11 years ago

mfansler commented 11 years ago

If you run the Text Alignment Test, the code there should generate a nice H2O test in the center. However, it is coming out misaligned:

The top-left corner of the 2 should be aligning to the bottom-right corner of the H. Looks like all the alignment methods (e.g., topLeft, center, bottomRight, etc) need to be looked at again. I think I may have been a bit hasty when I first made them. We should probably have a separate test just for them.

mfansler commented 11 years ago

Fixed.