- All Known Implementing Classes:
- OMSVGCircleElement, OMSVGEllipseElement, OMSVGImageElement, OMSVGLineElement, OMSVGPathElement, OMSVGPolygonElement, OMSVGPolylineElement, OMSVGRectElement, OMSVGTextElement, OMSVGUseElement
public interface ISVGGraphicsElement
An interface to tag the element types that can cause graphics to be drawn
onto the target canvas. Specifically: ‘circle’, ‘ellipse’, ‘image’, ‘line’, ‘path’, ‘polygon’, ‘polyline’, ‘rect’, ‘text’ and ‘use’.