]> git.neil.brown.name Git - scribble.git/commit
Fix detection of position of glyph on screen.
authorNeil Brown <neilb@notabene.brown>
Wed, 27 Aug 2008 20:30:50 +0000 (06:30 +1000)
committerNeil Brown <neilb@notabene.brown>
Wed, 27 Aug 2008 20:30:50 +0000 (06:30 +1000)
commitec0fb0a5d69c063feec570692d68db11b971d92a
tree1dc155938336dd0831bad76b4bfe28860e80d3b3
parent8f51e7ed2482ab0cfdddc186703a314f094639b4
Fix detection of position of glyph on screen.

Using BBox.relpos to find position of glyph on screen didn't work
so well as it is too easy to miss the 'middle' which should be the
easiest to hit.  So modify bbox so that above/below midline are easy
to detect.
scribble.py