Javascript – TypeError (is not iterable) when adding SVG to FabricJS canvas
I have a fabricjs canvas, and I'm trying to add an SVG to it. But whatever I do, I get problems. It keeps saying: "Uncaught (in promise) TypeError: t is not iterable". let svg = `<svg viewBox="-8 -8 136 136">…