зеркало из https://github.com/mozilla/pjs.git
Bug 717302: Make sure to mark transform dirty after resetting to push clip. r=jrmuizel
This commit is contained in:
Родитель
f6864b715f
Коммит
eb55db1f21
|
@ -1024,6 +1024,7 @@ DrawTargetD2D::PushClipRect(const Rect &aRect)
|
|||
mPushedClips.push_back(clip);
|
||||
|
||||
mRT->SetTransform(D2D1::IdentityMatrix());
|
||||
mTransformDirty = true;
|
||||
if (mClipsArePushed) {
|
||||
mRT->PushAxisAlignedClip(clip.mBounds, D2D1_ANTIALIAS_MODE_PER_PRIMITIVE);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче