Bug 361015 - Crash [@ nsSVGGFrame::GetCanvasTM] with gradient and removing transform attribute

This commit is contained in:
longsonr%gmail.com 2006-11-21 10:22:49 +00:00
Родитель 1aa43f160f
Коммит 4456b137eb
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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");