From b0bbbc4913ac6d8c3776d94e28eb4e104de68414 Mon Sep 17 00:00:00 2001 From: amoledwatchfaces <92080649+amoledwatchfaces@users.noreply.github.com> Date: Wed, 5 Apr 2023 10:53:20 +0000 Subject: [PATCH] * fixed comment --- .../main/java/com/weartools/weekdayutccomp/DrawMoonBitmap.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/src/main/java/com/weartools/weekdayutccomp/DrawMoonBitmap.kt b/wear/src/main/java/com/weartools/weekdayutccomp/DrawMoonBitmap.kt index 5d88183..48fd9c1 100644 --- a/wear/src/main/java/com/weartools/weekdayutccomp/DrawMoonBitmap.kt +++ b/wear/src/main/java/com/weartools/weekdayutccomp/DrawMoonBitmap.kt @@ -121,7 +121,7 @@ object DrawMoonBitmap { true, brightPaint ) - // draw a white oval to represent the illuminated portion of the moon + // draw a dark oval to hide rest of the illuminated part (using shadowPaint) val ovalBounds = RectF() val ovalLeft = (0f + 2 * radius * percentIlluminated).toFloat() val ovalRight = (targetSizeFloat - 2 * radius * percentIlluminated).toFloat()