aboutsummaryrefslogtreecommitdiff
path: root/generic/Draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/Draw.c')
-rw-r--r--generic/Draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/Draw.c b/generic/Draw.c
index ac59317..577b115 100644
--- a/generic/Draw.c
+++ b/generic/Draw.c
@@ -1554,8 +1554,8 @@ ZnComputeRadialGradient(ZnWInfo *wi,
}
/*
- * Create a transform to map a unit circle to another one that fill
- * the item when located at the focal point.
+ * Create a transform to map a unit circle to another one that
+ * could fill the item when centered at the focal point.
*/
dist = sqrt(dist); /* Max radius plus a fuzz factor */
ZnTransfoSetIdentity(&t1);