|
From: | Rogier van Dalen |
Subject: | [Devel] Bug in ftgrays.c |
Date: | Tue, 10 Dec 2002 16:48:41 +0100 |
I think this fixes a bug in ftgrays.c (splines with y negative would render
as two line segments).
(against 2.1.3)
860c860
< if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < 0 ) --- > if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey ) Regards,
Rogier
|
[Prev in Thread] | Current Thread | [Next in Thread] |