|
From: Ethan A M. <merritt@u.washington.edu> - 2008-02-05 06:21:30
|
On Monday 04 February 2008 15:22, Ethan Merritt wrote: > On Monday 04 February 2008 13:32, Hans-Bernhard Bröker wrote: > > Tatsuro MATSUOKA wrote: > > > gnuplot> set term svg > > > ^ > > > unknown or ambiguous terminal type; type just 'set terminal' for a list > > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > > The code works correctly on the pairs > pdf / pdfcairo > png / pngcairo > > But fails on the svg/svga case because the longer name is encountered > before the shorter name. Now fixed in both 4.2 and 4.3 source trees. This problem seems to have been there since the day the svg driver was first added. I guess no one ever tried to use it together with the djsvga or fg terminal types. Or else they re-arranged the #include statements such that the order in the source code is svg ... svga ... svgalib -- Ethan A Merritt |