mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
a80090b84d
commit
f8ad58b7c9
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user