зеркало из https://github.com/mozilla/pjs.git
Bug 426721 - Transforming the ancestors of a foreignObject does not cause a refresh. r+sr=roc,a1.9=dsicore
This commit is contained in:
Родитель
4a952372c5
Коммит
4ab794bc7b
|
@ -394,6 +394,9 @@ nsSVGForeignObjectFrame::NotifySVGChanged(PRUint32 aFlags)
|
|||
// We also seem to get some sort of infinite loop post bug 421584 if we
|
||||
// reflow.
|
||||
mCanvasTM = nsnull;
|
||||
if (!(aFlags & SUPPRESS_INVALIDATION)) {
|
||||
UpdateGraphic();
|
||||
}
|
||||
|
||||
} else if (aFlags & COORD_CONTEXT_CHANGED) {
|
||||
// Our coordinate context's width/height has changed. If we have a
|
||||
|
|
Загрузка…
Ссылка в новой задаче