Bug 542605. Use EXTEND_PAD_EDGE when painting svg images. r=jwatt

This was part of the cairo update, but I'm doing it separately to
minimize the amount of unrelated change.
This commit is contained in:
Jeff Muizelaar 2010-04-16 11:13:07 -04:00
Родитель e67c09cf35
Коммит 530c4841a1
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -257,6 +257,7 @@ nsSVGImageFrame::PaintSVG(nsSVGRenderState *aContext,
if (thebesPattern) {
thebesPattern->SetFilter(nsLayoutUtils::GetGraphicsFilterForFrame(this));
thebesPattern->SetExtend(gfxPattern::EXTEND_PAD_EDGE);
gfxContext *gfx = aContext->GetGfxContext();