Version 3.0 Patchlevel 13
Added Features/Bug Fixes
- Fix a bug in generating PS/EPS files for files containing rotated EPS
object. Thanks to Dietrich Bartel <d.bartel@kfa-juelich.de> for
pointing out the problem.
- Fix a bug in drawing an EPS object that doesn't have a preview bitmap.
Thanks to Kyle Bateman <kyle@actarg.com> for pointing out the problem.
- Fix a bug when printing to the printer in batch mode. Thanks to
Kyle Bateman <kyle@actarg.com> for pointing out the problem.
- Fix a redraw bug in SetMeasureUnit(). Thanks to Joji Maeda
<jiji@optlab0.ee.noda.sut.ac.jp> for pointing out the problem.
- Fix a bug when the value of a !PAGE_NUM attribute contains characters
after !(STACKED_PAGE_NUM). Thanks to Yuan-Hua Chu
<yhchu@vlsi.ccl.itri.org.tw> for pointing out the problem.
- Supports !(STACKED_NUM_PAGES) in the value part of a !PAGE_NUM attribute.
- Supports -dosepsfilter command line option so that tgif can be used as
a filter to remove DOS/Windows EPS header and trailing TIFF image for
a DOS/Windows EPS file. For example, if "windows.eps" is a DOS/Windows
EPS file, the following sequence will produce a regular EPS file:
mv windows.eps windows.epsi
tgif -print -dosepsfilter windows.epsi > windows.eps
- Add a new X resource, Tgif.IconPixmap, to specify an XBM or XPM file
for tgif's desktop icon. This X resource is only enabled if the
Tgif.UseWMIconPixmap is set to "True".
- Try to make rotated ovals look better.
William Chia-Wei Cheng (william@cs.umd.edu)