On 2009-12-06 15:22-0800 Alan W. Irwin wrote: > Anyhow, I am very pleased by this result, and I am sure you will be as well. > With all the 3D text stuff we now finally have "at least one foot on dry > land" not only with the old code path used by -dev xwin but also the much > newer code path used by -dev xcairo. If any other devices give different > results than either the xwin or cairo devices for example 28, you can safely > conclude those other devices have a bug in their 3D text code path.
I have now surveyed example 28 results for all the other non-Hershey devices that are accessible to me. (The only non-Hershey one I have not been able to check is aqt so I hope someone with access to Mac OS X will look carefully at that one and compare it with the good results from either the xwin, qt, or cairo devices.) Of those devices I surveyed, most are fine i.e, they give the same results as the xwin and cairo (and qt) devices. The svn trunk cairo device driver uses pls->alt_unicode = 1; which means it uses an alternative "new" software chain for handling text. I also locally tried pls->alt_unicode = 0; and that gave good example 28 results as well. There are a few exceptions to these good results. * ps and psttf both have text offset issues for pages 2, 3 and 4 (bug 2909788 which I have assigned to Andrew). * The svg and wxwidgets (wxGC) devices both have the same issue with page 1 (the rotation texts form a circle rather than the ellipse you expect due to 3D perspective and which you get with xwin and the other devices). I will take responsibility for dealing with this 3D text bug for the software chain used for the svg device. Once I find the fix for that, it should also solve the wxwidgets (wxGC) issue if the bug is in common code used by both. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Join us December 9, 2009 for the Red Hat Virtual Experience, a free event focused on virtualization and cloud computing. Attend in-depth sessions from your desk. Your couch. Anywhere. http://p.sf.net/sfu/redhat-sfdev2dev _______________________________________________ Plplot-devel mailing list Plplot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-devel