|
From: Ethan A M. <merritt@u.washington.edu> - 2009-02-23 16:19:37
|
On Monday 23 February 2009, Manfred Schwarb wrote: > > > > Before 20080916, I get angle=90, TEXT_VERTICAL=90 for > the vertical label in my example and therefore we get into the > first case: x += t->v_char; > > After this date, I get angle=0, TEXT_VERTICAL=-270, and > we fall into case 3: y -= t->v_char; What terminal are you using, that seems to think an angle of -270 is different from an angle of 90? The ones I have tested here do not seem to have any problem with it. > I will stop tracing this issue now, I hope someone can > pursue this some further. We'll need a simple script that demonstrates the bug, and a note on which terminal type is affected. -- Ethan A Merritt |