Bug 934674 - Store the correct transform (with device offset applied) for the pattern. r=Bas

This commit is contained in:
Matt Woodrow 2013-11-07 22:08:56 +13:00
parent fd7ed72724
commit 082e0fed8c

View File

@ -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;
}