Import
SVGObject is an addon, and must be imported explicitly, see Installation#Addons.
import { SVGObject } from 'three/addons/renderers/SVGRenderer.js';
Properties
.isSVGObject : boolean (readonly)
This flag can be used for type testing.
Default is true.
.node : SVGElement
This SVG element.