Re: [Matplotlib-users] ugly arrow with xpdf

2008-09-07 Thread Jouni K . Seppänen
I finally committed this fix. -- Jouni K. Seppänen http://www.iki.fi/jks - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great

Re: [Matplotlib-users] ugly arrow with xpdf

2008-06-03 Thread Friedrich Hagedorn
On Mon, Jun 02, 2008 at 11:17:44PM +0300, Jouni K. Seppänen wrote: > I can confirm this in at least version 0.91.3. The problem seems to be > caused by the midpoint of the stem being included in the path twice in a > row. The following patch removes the midpoint altogether and fixes the > rendering

Re: [Matplotlib-users] ugly arrow with xpdf

2008-06-02 Thread Jouni K . Seppänen
I can confirm this in at least version 0.91.3. The problem seems to be caused by the midpoint of the stem being included in the path twice in a row. The following patch removes the midpoint altogether and fixes the rendering problem at least on my version of xpdf. I'm kind of swamped right now, so

Re: [Matplotlib-users] ugly arrow with xpdf

2008-06-02 Thread Jouni K . Seppänen
Friedrich Hagedorn <[EMAIL PROTECTED]> writes: > % xpdf foo.pdf > > then I see on the startpoint an ugly pike. With gv and evince > everything is ok. Just to be sure about what the problem is, could you show us a screenshot of the ugly rendering, and another of a better rendering in another vie