Esempio n. 1
0
void SVGMPathElement::removedFrom(ContainerNode* rootParent)
{
    SVGElement::removedFrom(rootParent);
    notifyParentOfPathChange(rootParent);
    if (rootParent->inDocument())
        clearResourceReferences();
}
Esempio n. 2
0
void SVGMPathElement::targetPathChanged() {
    notifyParentOfPathChange(parentNode());
}