Extend Adobe interpreter (setcurrentpoint).
* src/psaux/psintrp.c (cf2_interpT2CharString) <cf2_escSETCURRENTPT>: Fix stack access.
This commit is contained in:
parent
4ed1b98dbd
commit
2f4abaec38
|
@ -1,3 +1,10 @@
|
|||
2017-09-25 Ewald Hew <ewaldhew@gmail.com>
|
||||
|
||||
[psaux] Extend Adobe interpreter (setcurrentpoint).
|
||||
|
||||
* src/psaux/psintrp.c (cf2_interpT2CharString)
|
||||
<cf2_escSETCURRENTPT>: Fix stack access.
|
||||
|
||||
2017-09-25 Ewald Hew <ewaldhew@gmail.com>
|
||||
|
||||
[psaux] Extend Adobe interpreter (`closepath').
|
||||
|
|
|
@ -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