Comment 81 for bug 217908

Revision history for this message
In , Vladimir Vukicevic (vvuk) wrote :

(From update of attachment 351956)
Looks fine, except for:

>+ pattern->SetExtend(gfxPattern::EXTEND_PAD);

This shouldn't be done on OSX; the quartz surface behaves slightly differently and PAD will cause us to take a slow path.

Also, make sure you do the cairo patch bit -- add the patch file itself to gfx/cairo and edit gfx/cairo/README to reference it, or it'll get blown away next cairo upgrade. Jeff or I will upstream it when we can.