patch from Tom to fix a problem with path_begun.

This commit is contained in:
Werner Lemberg 2000-10-09 01:44:40 +00:00
parent c118a32d48
commit 0634cedb62
1 changed files with 6 additions and 3 deletions

View File

@ -784,6 +784,7 @@
FT_TRACE4(( " hmoveto" ));
x += top[0];
if ( !decoder->flex_state )
builder->path_begun = 0;
break;
@ -822,6 +823,7 @@
x += top[0];
y += top[1];
if ( !decoder->flex_state )
builder->path_begun = 0;
break;
@ -874,6 +876,7 @@
FT_TRACE4(( " vmoveto" ));
y += top[0];
if ( !decoder->flex_state )
builder->path_begun = 0;
break;