|
From: Mojca M. <moj...@gm...> - 2006-07-15 00:23:51
|
On 7/15/06, Timoth=E9e Lecomte wrote: > Legends of "plots ... with boxes" : > > fillbox/clear at (445d,348d), area (34d,5d), style 0) > move 445, 348 > vect 479, 348 (34, 0) =3D> 34 =3D area.x > move 479, 348 (0, 0) > vect 479, 352 (0, 4) =3D> 4 =3D area.y - 1 > move 479, 352 (0, 0) > vect 445, 352 (-34, 0) > move 445, 352 (0, 0) > vect 445, 348 (0, -4) > > (Hmm, and a couple of useless "move", by the way) I pointed that out already some time ago during the discussion about a separate command for "cycle"-ing the line (finishing it) in PostScript for example. Another similar discussion was started about color handling and all those unnecessary color specifications in epslatex. I filter out (some of) such commands in my terminal "manually", but this filtertering could be done for all terminals at once with some help of an additional clever layer between the core and terminals. (The optimisation of output code takes me quite some time and ugly code. This could be all handled in an additional layer and my code for the terminal would be much shorter then.) Mojca |