зеркало из https://github.com/mozilla/gecko-dev.git
Bug 369911 - Changing the transform attribute of a foreignObject has no effect. r=jwatt,sr=tor
This commit is contained in:
Родитель
234900234d
Коммит
e4ff356ebb
|
@ -125,8 +125,12 @@ nsSVGForeignObjectFrame::AttributeChanged(PRInt32 aNameSpaceID,
|
|||
UpdateCoveredRegion();
|
||||
UpdateGraphic();
|
||||
} else if (aAttribute == nsGkAtoms::x ||
|
||||
aAttribute == nsGkAtoms::y ||
|
||||
aAttribute == nsGkAtoms::transform) {
|
||||
aAttribute == nsGkAtoms::y) {
|
||||
UpdateCoveredRegion();
|
||||
UpdateGraphic();
|
||||
} else if (aAttribute == nsGkAtoms::transform) {
|
||||
// make sure our cached transform matrix gets (lazily) updated
|
||||
mCanvasTM = nsnull;
|
||||
UpdateCoveredRegion();
|
||||
UpdateGraphic();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче