commit | 6e7a7fca8268b4c65e22122f8987da2f0e747754 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 13 13:27:34 2010 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Jan 13 13:27:34 2010 -0800 |
tree | 0b0d4df61a7ea12f224ae27d534eebe1ae544813 | |
parent | 66ff8cb8a56396ab8b5958b3411a36228010e1fb [diff] |
Fix some trivial scaling problems I used to scale everything to be square. That was fine for testing, but not so great for actual use. This makes it all look better when the input isn't square. It also scales the width of the line properly. And in honor of this actually being useful (it's installed on Tove's machine now), let's sign off on it all. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>