From: Stephane B. <gn...@co...> - 2004-06-21 08:00:14
|
BBands wrote: >>Well I'm wondering if they really tested it, because >>there is only 2 or=20 >>3 EMR (EMF structs/records) causing troubles... >>so maybe a fix for the hotfix soon? :-[ >> =20 >> > >I suspect it is a case of not invented here, they >simply can't be bothered if their software didn't >create it. > >In any case I am back if you need any testing, etc... > =20 > Hello again, Made again some new modification on emf.trm, the file is available now on sourceforge (Patches section), here is a part of the history relating the change : 1.0.9 03-Jun-2004 Stephane Barbaray <ste...@co...>, Ethan Merritt <merritt@u.washington.edu> - fixed linewidth bug - all is now really assumed as 1024x768@96dpi, before it was a mix between 1600x1200@120dpi and 1024x768@96dpi, so font may now render differently than before... - pointsize rework (size twice also now) - HCHAR and VCHAR are more efficiently computed So in the gnuplot's test you should see the right linewidth, and a better centered text in the box but it will never be perfectly centered since I can't compute the width of a font, it's just an approximation according to font height... Still no implementation for pattern and polygon filling... --=20 St=E9phane BARBARAY. |