Searched refs:textPathElement (Results 1 – 1 of 1) sorted by relevance
48 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node()); in layoutPath() local49 String pathId = SVGURIReference::getTarget(textPathElement->href()); in layoutPath()50 Element* targetElement = textPathElement->document()->getElementById(pathId); in layoutPath()