Currently, I am utilizing svgjs to load SVG files and perform various manipulations. In addition, I have integrated the svg-import plugin to bring in pre-existing SVG files. However, when attempting to load an SVG file, I encountered the following error:
SVG Import got unexpected type sodipodi:namedview
The SVG file contains the sodipodi:namedview tag along with proper namespaces. Interestingly, it loads correctly in browser editors and even in the svg-edit project.
I am seeking assistance on resolving this issue. Can anyone guide me on how to fix it?