farthestViewportElement property
Gets a value that represents the farthest ancestor svg element.
![]() ![]() |
Syntax
| JavaScript |
|---|
p = object.farthestViewportElement |
Property values
Type: Object
The farthest ancestor svg element, or null if the current element is the farthest ancestor element.
Standards information
- Scalable Vector Graphics: Basic Data Types and Interfaces, Section 4.5.23
See also
- SVGAElement
- SVGCircleElement
- SVGClipPathElement
- SVGDefsElement
- SVGEllipseElement
- SVGGElement
- SVGImageElement
- SVGLineElement
- SVGPathElement
- SVGPolygonElement
- SVGPolylineElement
- SVGRectElement
- SVGSVGElement
- SVGSwitchElement
- SVGTextElement
- SVGUseElement
Show:

