emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 8e10aad3ab4 2/3: ; * src/sfnt.c: Fix typos.


From: Po Lu
Subject: master 8e10aad3ab4 2/3: ; * src/sfnt.c: Fix typos.
Date: Sun, 17 Dec 2023 07:58:12 -0500 (EST)

branch: master
commit 8e10aad3ab4f28d3ff99e04f352d561089d6f8f9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/sfnt.c: Fix typos.
---
 src/sfnt.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/sfnt.c b/src/sfnt.c
index 441c810bd76..208d0139022 100644
--- a/src/sfnt.c
+++ b/src/sfnt.c
@@ -4637,8 +4637,8 @@ sfnt_raster_glyph_outline (struct sfnt_glyph_outline 
*outline)
    generating at length an array of scanlines, in which each is
    represented by a list of steps.  Each step holds an X coordinate
    and a coverage value, which contributes to the coverage of each
-   pixel within the scanline leftwards or equal to the pixel with its
-   X coordinate within.
+   pixel within the scanline rightwards or equal to the pixel with its
+   X coordinate.
 
    Such a coverage value can be positive or negative; when the winding
    direction of the span it derives from is positive, so is the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]