From 0b140893f91c5cf9431f2f2238680c06a64e3b0e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:22:23 -0500 Subject: [PATCH] spelling: circle Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/applib/graphics/graphics_circle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/applib/graphics/graphics_circle.c b/src/fw/applib/graphics/graphics_circle.c index c9917a95..f486345c 100644 --- a/src/fw/applib/graphics/graphics_circle.c +++ b/src/fw/applib/graphics/graphics_circle.c @@ -228,7 +228,7 @@ T_STATIC void graphics_circle_quadrant_draw_1px_aa(GContext* ctx, GPoint p, uint GCornerMask quadrant) { /* This will draw antialiased circle with width of 1px, can be drawn in quadrants * Based on wu-xiang line drawing, will draw circle in two steps - * 1. Calculate point on the edge of eighth of the cricle and plot it around by mirroring + * 1. Calculate point on the edge of eighth of the circle and plot it around by mirroring * - if point is matching pixel perfectly thats going to be on fully colored pixel * - if theres fraction, two pixels will be colored accordingly * 2. Fill special case pixels (pixels that are between mirrored eighths)