зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1370116 - Use the correct ancestor frame (i.e. |this|) of aFrame for checking NS_STATE_SVG_CLIPPATH_CHILD. r=longsonr
MozReview-Commit-ID: 7YK7a7RLNq5
This commit is contained in:
Родитель
c99cacf9f6
Коммит
9496a58997
|
@ -5198,7 +5198,7 @@ SVGTextFrame::ShouldRenderAsPath(nsTextFrame* aFrame,
|
|||
bool& aShouldPaintSVGGlyphs)
|
||||
{
|
||||
// Rendering to a clip path.
|
||||
if (aFrame->GetParent()->GetParent()->GetStateBits() & NS_STATE_SVG_CLIPPATH_CHILD) {
|
||||
if (HasAnyStateBits(NS_STATE_SVG_CLIPPATH_CHILD)) {
|
||||
aShouldPaintSVGGlyphs = false;
|
||||
return true;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче