From bb161f6e263cdedb5cb298e03160c23e0b21d38d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Thu, 29 Nov 2001 10:26:43 +0000 Subject: Correction d'un bug de clipping non rectangulaire: le tristrip ne pr�cisait pas l'attribut fan. --- generic/Rectangle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'generic/Rectangle.c') diff --git a/generic/Rectangle.c b/generic/Rectangle.c index 536303a..0b09e72 100644 --- a/generic/Rectangle.c +++ b/generic/Rectangle.c @@ -869,6 +869,7 @@ GetClipVertices(Item item, ZnListAssertSize(item->wi->work_pts, 2); points = (ZnPoint *) ZnListArray(item->wi->work_pts); TRI_STRIP1(tristrip, points, 2); + tristrip->fan = False; if (rect->dev[0].x < rect->dev[2].x) { points[0].x = rect->dev[0].x; -- cgit v1.1