freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] anuj-distance-field 6f3cba5 2/2: * src/sdf/ftsdf.c (split_sd


From: Anuj Verma
Subject: [freetype2] anuj-distance-field 6f3cba5 2/2: * src/sdf/ftsdf.c (split_sdf_shape): Typo.
Date: Wed, 8 Jul 2020 21:47:51 -0400 (EDT)

branch: anuj-distance-field
commit 6f3cba5f195351ccc739bcaff0aa77ffe4f4eebb
Author: Anuj Verma <anujv@iitbhilai.ac.in>
Commit: Anuj Verma <anujv@iitbhilai.ac.in>

    * src/sdf/ftsdf.c (split_sdf_shape): Typo.
---
 [GSoC]ChangeLog | 4 ++++
 src/sdf/ftsdf.c | 8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/[GSoC]ChangeLog b/[GSoC]ChangeLog
index baa8995..82c20ac 100644
--- a/[GSoC]ChangeLog
+++ b/[GSoC]ChangeLog
@@ -1,3 +1,7 @@
+2020-07-09  Anuj Verma  <anujv@iitbhilai.ac.in>
+
+       * src/sdf/ftsdf.c (split_sdf_shape): Typo.
+
 2020-07-08  Anuj Verma  <anujv@iitbhilai.ac.in>
 
        * src/sdf/ftsdf.c (split_sdf_shape): Memory leak.
diff --git a/src/sdf/ftsdf.c b/src/sdf/ftsdf.c
index e8b82bf..2890a02 100644
--- a/src/sdf/ftsdf.c
+++ b/src/sdf/ftsdf.c
@@ -746,10 +746,10 @@
     return error;
   }
 
-  /* This function subdivide and entire shape  */
-  /* into line segment such that the it does   */
-  /* look visually different than the original */
-  /* curve.                                    */
+  /* This function subdivide and entire shape   */
+  /* into line segment such that the it doesn't */
+  /* look visually different than the original  */
+  /* curve.                                     */
   static FT_Error
   split_sdf_shape( SDF_Shape*  shape )
   {



reply via email to

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