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