[cairo-commit] src/cairo-gstate.c

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Sep 6 02:12:42 UTC 2018


 src/cairo-gstate.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 201791a52dab97e879e6722979cb03fbe2a89e51
Author: Bryce Harrington <b.harrington at samsung.com>
Date:   Wed Sep 5 19:12:29 2018 -0700

    gstate: Minor grammar copyedit

diff --git a/src/cairo-gstate.c b/src/cairo-gstate.c
index f476f5df1..ff0cb8be7 100644
--- a/src/cairo-gstate.c
+++ b/src/cairo-gstate.c
@@ -2213,7 +2213,7 @@ _cairo_gstate_transform_glyphs_to_backend (cairo_gstate_t	*gstate,
 	  *num_transformed_glyphs = 0;
 	  return;
 	}
-	/* XXX We currently drop any glyphs that has its position outside
+	/* XXX We currently drop any glyphs that have their position outside
 	 * of the surface boundaries by a safety margin depending on the
 	 * font scale.  This however can fail in extreme cases where the
 	 * font has really long swashes for example...  We can correctly


More information about the cairo-commit mailing list