Skip to content

Import SVG paths into the canvas

SVG is the lingua franca for 2D assets. Importing paths lets users bring logos and illustrations onto the board while preserving editability where possible—see also vector topics in Lesson 22.

Handle viewBox, transforms, and unsupported elements explicitly in production importers.

Interactive demo

Released under the MIT License.