* src/sdf/ftsdf.c (split_sdf_shape): Typo.
This commit is contained in:
parent
90abe41ead
commit
1ba3da86e1
|
@ -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.
|
||||
|
|
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue