[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] anuj-distance-field 1ba3da8 43/93: * src/sdf/ftsdf.c (split_
From: |
Anuj Verma |
Subject: |
[freetype2] anuj-distance-field 1ba3da8 43/93: * src/sdf/ftsdf.c (split_sdf_shape): Typo. |
Date: |
Sun, 2 Aug 2020 07:04:18 -0400 (EDT) |
branch: anuj-distance-field
commit 1ba3da86e1be7907d95ffc2cbfab0086a9666c9e
Author: Anuj Verma <anujv@iitbhilai.ac.in>
Commit: anujverma <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 )
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] anuj-distance-field 1ba3da8 43/93: * src/sdf/ftsdf.c (split_sdf_shape): Typo.,
Anuj Verma <=