From 0566c3fa7ae97bda3a4cec1cffc5529fb7d8f1c9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 10 Oct 2015 10:49:42 -0400 Subject: [PATCH] Fixed up the radial gradient test to be a full circle now that it finally works. --- test/drawtests.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/drawtests.c b/test/drawtests.c index a2554238..3b3f0e03 100644 --- a/test/drawtests.c +++ b/test/drawtests.c @@ -528,8 +528,7 @@ static void drawD2DRadialBrush(uiAreaDrawParams *p) 75, 75, 75, 0, - // TODO why doesn't 360° work - 2 * M_PI - 0.1); + 2 * M_PI); uiDrawPathEnd(path); uiDrawFill(p->Context, path, &gradient);