зеркало из https://github.com/mozilla/gecko-dev.git
Bug 655877 - Part 33: Allow new SVG text frames in clip paths. r=longsonr
This commit is contained in:
Родитель
d07cbdd867
Коммит
8c4b915009
|
@ -260,14 +260,16 @@ nsSVGClipPathFrame::IsValid()
|
|||
nsIAtom *type = grandKid->GetType();
|
||||
|
||||
if (type != nsGkAtoms::svgPathGeometryFrame &&
|
||||
type != nsGkAtoms::svgTextFrame) {
|
||||
type != nsGkAtoms::svgTextFrame &&
|
||||
type != nsGkAtoms::svgTextFrame2) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
continue;
|
||||
}
|
||||
if (type != nsGkAtoms::svgPathGeometryFrame &&
|
||||
type != nsGkAtoms::svgTextFrame) {
|
||||
type != nsGkAtoms::svgTextFrame &&
|
||||
type != nsGkAtoms::svgTextFrame2) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче