From: Andrzej <wa...@ga...> - 2004-06-08 22:42:23
|
Ethan A Merritt <merritt <at> u.washington.edu> writes: > With their guidance I have patched the terminal to support text rotation > and filled boxes. I do not know how to add pattern-fill, but for the moment > I have dummied it up with different solid fill densities. This is actually the reason, why I have not followed-up yet. It is not straightforward to do pattern fills with metapost. I think one needs to draw the patterns (generate metapost code to do it) and then clip the to the box. So the first thing is to get the patterns. Where can I get the patterns that are supposed to be supported? Is it only boxes that we need to support with patterns? I have noticed also another difference. The grid lines are solid in metapost output and dashed (dotted?) in postscript output. Shall I look into making those the same? > However, I notice that the line colors and point styles do not match > those of other terminal types. We changed many (though not all) > terminals a year ago to match each other as closely as possible at > least for the first 8 line colors and first 12 point styles. In particular, > almost all terminals supporting color assign linetypes 1, 2, 3 to be > red, green, blue. Metapost uses instead black, red, blue. I think it is better to have consistent colors, although I find metapost driver colors much, much, much, oh so much, more appealing than postscript colors (at least the first 8). Since metapost supports RGB colors I think it should be easy to get exactly the same colors in both drivers (all 64 AFAIR). I hope that current metapost colors are among these. Andrzej |