Comment 92 for bug 491521

Revision history for this message
Michael Coupet (compmastermike) wrote :

right, but

cairo_rectangle (cr, 0, 0, width, height);

would need to be

cairo_rectangle (cr, x, y, width, height);

otherwise it draws in the wrong place, i.e. the top left corner of webpages.