зеркало из https://github.com/mozilla/pjs.git
Bug 361015 - Crash [@ nsSVGGFrame::GetCanvasTM] with gradient and removing transform attribute
This commit is contained in:
Родитель
1aa43f160f
Коммит
4456b137eb
|
@ -1300,6 +1300,9 @@ void nsSVGGlyphFrame::SelectFont(cairo_t *ctx)
|
|||
void nsSVGGlyphFrame::UpdateGeometry(PRBool bRedraw,
|
||||
PRBool suppressInvalidation)
|
||||
{
|
||||
if (GetStateBits() & NS_STATE_SVG_NONDISPLAY_CHILD)
|
||||
return;
|
||||
|
||||
nsSVGOuterSVGFrame *outerSVGFrame = nsSVGUtils::GetOuterSVGFrame(this);
|
||||
if (!outerSVGFrame) {
|
||||
NS_ERROR("null outerSVGFrame");
|
||||
|
|
Загрузка…
Ссылка в новой задаче