Continuous Embedded Stroke: First point was incorrectly embedded because of missing variable assign.
This commit is contained in:
@@ -763,6 +763,7 @@ void sk_addStrokeEmbedPoint(SK_Stroke *stk, SK_DrawData *dd)
|
||||
if (last_pt == NULL)
|
||||
{
|
||||
VECCOPY(p, vec);
|
||||
dist = 0;
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user