forked from minhngoc25a/freetype2
[psaux] Extend Adobe interpreter. (setcurrentpoint)
* src/psaux/psintrp.c (cf2_interpT2CharString) <setcurrentpoint>: Fix stack access.
This commit is contained in:
parent
3bd5f53ac7
commit
fe193c8540
|
@ -1621,8 +1621,9 @@
|
|||
...
|
||||
#endif
|
||||
|
||||
x = top[0];
|
||||
y = top[1];
|
||||
curY = cf2_stack_popFixed( opStack );
|
||||
curX = cf2_stack_popFixed( opStack );
|
||||
|
||||
decoder->flex_state = 0;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue