Bug 310321 - fix path update logic for nonmarkable objects. r=scooter

This commit is contained in:
tor%cs.brown.edu 2005-09-28 23:42:57 +00:00
Родитель 6fe5b3ee79
Коммит bc682e35f3
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -1019,14 +1019,15 @@ void nsSVGPathGeometryFrame::UpdateGraphic(PRUint32 flags,
mMarkerRegion = GetCoveredRegion();
if (mMarkerRegion)
outerSVGFrame->InvalidateRegion(mMarkerRegion, PR_TRUE);
} else {
return;
}
}
if (dirty_region)
outerSVGFrame->InvalidateRegion(dirty_region, PR_TRUE);
}
}
}
}
}
nsISVGOuterSVGFrame *
nsSVGPathGeometryFrame::GetOuterSVGFrame()