Comment 32 for bug 92296

Revision history for this message
In , Jeff Muizelaar (jeff-infidigm) wrote :

(In reply to comment #23)
> Jeff, is it possible then to fix bug #11421 by using the same code, or at least
> the same approach?

Yes it is possible to fix it using the same approach. Though it would take a little bit of work.

>
> btw, there are some documents that are crashing now in this assert() in
> CairoOutputDev::drawImageMaskPrescaled():
>
> if (n != 0) {
> printf("n = %d (%d %d %d)\n", n, head_pad_size, pix_size,
> tail_pad_size);
> assert(n == 0);
> }
>
> like the one reported here:
>
> http://bugzilla.gnome.org/show_bug.cgi?id=468667

I've just fixed this in CVS.

-Jeff