Hi all, I have just used XMLGraphics Commons for the first time and it worked almost great :). When I try to display the EPS file, ghostscript complains with
Error: /rangecheck in --setmiterlimit-- Operand stack: 0 Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop --nostringval-- 1 3 %oparray_pop 1 3 %oparray_pop .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- Dictionary stack: --dict:1119/1686(ro)(G)-- --dict:0/20(G)-- --dict:114/200(L)-- Current allocation mode is local Current file position is 193489 ESP Ghostscript 815.01: Unrecoverable error, exit code 1 I hardly know anything about postscript except that I probably had to look for "something-that-leaves-0-on-the-stack setmiterlimit". I looked into the file and when I removed all the lines "0 setmiterlimit" (sed -i -e 's/0 setmiterlimit//' /tmp/diag.eps), the file displayed. Unfortunately I don't have a small example. I used it straight in an Eclipse plug in that exports images to be able to generate EPS. So what might cause those lines to appear and what can I do about them? Thanks and regards, Thomas. -- Thomas Maier - Research Assistant - University of Kassel, Germany --------------------------------------------------------------------- Apache XML Graphics Project URL: http://xmlgraphics.apache.org/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
