Extend Adobe interpreter (setcurrentpoint).

* src/psaux/psintrp.c (cf2_interpT2CharString)
<cf2_escSETCURRENTPT>: Fix stack access.
This commit is contained in:
Ewald Hew 2017-09-25 07:04:43 +02:00 committed by Werner Lemberg
parent 4ed1b98dbd
commit 2f4abaec38
2 changed files with 10 additions and 2 deletions

View File

@ -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').

View File

@ -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;