File: SVGObject.md | Updated: 11/15/2025
Can be used to wrap SVG elements into a 3D object.
SVGObject is an addon, and must be imported explicitly, see Installation#Addons.
import { SVGObject } from 'three/addons/renderers/SVGRenderer.js';
Constructs a new SVG object.
node | The SVG element.
---|---
This flag can be used for type testing.
Default is true.
This SVG element.