From: Tony G. <Ton...@Su...> - 2005-11-20 17:34:24
|
Stefan Seefeld <se...@sy...> writes: > Tony Graham wrote: >> I believe I have fixed that bug: the sample file that you sent me now formats. >> My changes are checked in to CVS. Please try again. > > I did, and it generated a pdf indeed. That's great progress ! > I now see a lot of errors of the form > > (process:27427): GnomePrint-CRITICAL **: file gnome-print-stdapi.c: line 908 > (gnome_print_glyphlist): assertion `gp_gc_has_currentpoint (pc->gc)' failed > > What is that ? What does 'gc' stand for ? garbage collection ? graphic context ? :-) GNOME Print graphic context. Running your T.fo, I don't get any error messages at all. > Incidentally, I don't see any images in the pdf (I believe I had seen them prior to > this last change). May that be related ? It could be related, however the error that you show is from trying to print a PangoLayout. It may be related to the changes in area-to-pdf.c to support clipping the region-body FoAreaViewportReference for certain values of 'overflow', since I also just checked in changes to that. Regards, Tony. |