Skip to content
EASEL.js

SVGLoader

CPU SVG loader for Canvas2D and DOM/SVG examples. The parser intentionally has no DOM dependency. It handles the same basic shape vocabulary used by EASEL.js.SVGLoader (path, rect, circle, ellipse, line, polyline, and polygon), inherited presentation/style attributes, and common affine transform lists. Paths are transformed into CPU curve data before being handed to ShapeGeometry or a renderer.