If the rotated hline occurs early in the dvi file, then it is possible
that globals.gc.rule is null, hence the SEGV.

You need to add the following into dvi-draw.c:set_rotated_rule before
the XFillPolygon call:

#if COLOR
        if (fg_active != fg_current)
            do_color_change();
#endif

This brings it inline with put_rule.

Rob

On Mon, 2005-04-04 at 20:55 +0900, TSUCHIYA Masatoshi wrote:
> >> On Mon, 04 Apr 2005 12:48:14 +0100
> >> [EMAIL PROTECTED] (Robert Hart) said as follows:
> 
> >Who wrote the rotated  hline stuff? It's not in upstream.
> 
> It is included in the localization patch distributed at
> <http://xdvi.sourceforge.jp>.
> 
-- 
Robert Hart <[EMAIL PROTECTED]>
University of Nottingham


This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to