mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 934674 - Store the correct transform (with device offset applied) for the pattern. r=Bas
This commit is contained in:
parent
fc77375fd3
commit
db2e778910
@ -2153,7 +2153,7 @@ gfxContext::ChangeTransform(const Matrix &aNewMatrix, bool aUpdatePatternTransfo
|
||||
|
||||
if (aUpdatePatternTransform && (state.pattern || state.sourceSurface)
|
||||
&& !state.patternTransformChanged) {
|
||||
state.patternTransform = mTransform;
|
||||
state.patternTransform = GetDTTransform();
|
||||
state.patternTransformChanged = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user