зеркало из https://github.com/mozilla/gecko-dev.git
Bug 905151 - eChildToUserSpace transform wrong for inner svg elements. r=jwatt
This commit is contained in:
Родитель
823c175c9e
Коммит
e7b91e5bc0
|
@ -980,7 +980,7 @@ SVGSVGElement::PrependLocalTransformsTo(const gfxMatrix &aMatrix,
|
|||
return GetViewBoxTransform() * gfxMatrix().Translate(gfxPoint(x, y)) * fromUserSpace;
|
||||
}
|
||||
NS_ABORT_IF_FALSE(aWhich == eChildToUserSpace, "Unknown TransformTypes");
|
||||
return GetViewBoxTransform() * fromUserSpace;
|
||||
return GetViewBoxTransform() * gfxMatrix().Translate(gfxPoint(x, y));
|
||||
}
|
||||
|
||||
if (IsRoot()) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче