* src/sdf/ftsdf.c (split_sdf_shape): Typo.

This commit is contained in:
Anuj Verma 2020-07-09 07:17:40 +05:30 committed by anujverma
parent 90abe41ead
commit 1ba3da86e1
2 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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 )
{