We can see in the content of the SVG files output by the app that the tags are not indented correctly. It is a low priority issue since the SVG still works and is displayed correclty but it would improve the readability of the raw file.
A new library was added to fix this : js-beautify which allows to properly fix SVG indentation.
Log in to post a comment.
A new library was added to fix this : js-beautify which allows to properly fix SVG indentation.