RootCauseunvalidated
Re-saving the SVG in VS Code likely removed or added a UTF-8 BOM (byte order mark) at the start of the file. Some SVG parsers/loaders are sensitive to the presence of the BOM, causing the file with the unexpected BOM state to fail to render.
e2cc57c5-2e9c-4f18-8cdf-cf609af3f400
Re-saving the SVG in VS Code likely removed or added a UTF-8 BOM (byte order mark) at the start of the file. Some SVG parsers/loaders are sensitive to the presence of the BOM, causing the file with the unexpected BOM state to fail to render.