patch from Tom to fix a problem with path_begun.
This commit is contained in:
parent
c118a32d48
commit
0634cedb62
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue