mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 948221 - Part 3: Fix a bug where a SurfacePattern created by gfxPattern didn't respect the requested filter mode. r=Bas
This commit is contained in:
parent
9de3115a9b
commit
9cd39ec436
@ -180,7 +180,7 @@ gfxPattern::GetPattern(DrawTarget *aTarget, Matrix *aPatternTransform)
|
||||
|
||||
if (!mPattern) {
|
||||
mGfxPattern = new (mSurfacePattern.addr())
|
||||
SurfacePattern(mSourceSurface, ToExtendMode(mExtend), mTransform);
|
||||
SurfacePattern(mSourceSurface, ToExtendMode(mExtend), mTransform, mFilter);
|
||||
return mGfxPattern;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user