Has anyone successfully enabled svg as format for background image?
I’m allowing frontend users to submit designs, and the output needs to be scaleable, editable and print ready resolution. It looks like fabric.js only accepts png and jpg currently.
You’re right. Fabricjs only accepts png and jpg by default. If you want to use svg as background. You need to customize it, something like add a layer (object) as a background, then you can use any image format.