We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
During the minify process of SVGs, no SVG is produced in the mark up.
x.sgr
svg(xmlns='http://www.w3.org/2000/svg', viewbox='0 0 24 24') path.st0(d='M24 2.4L14.4 12l9.6 9.6-2.4 2.4-9.6-9.6L2.4 24 0 21.6 9.6 12 0 2.4 2.4 0 12 9.6 21.6 0z')
NOTE: This generated svg was confirmed invalid using https://validator.w3.org/check
<svg xmlns="http://www.w3.org/2000/svg" , viewbox="0 0 24 24"><path class="st0" d="M24 2.4L14.4 12l9.6 9.6-2.4 2.4-9.6-9.6L2.4 24 0 21.6 9.6 12 0 2.4 2.4 012 9.6 21.6 0z"></path</svg>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
During the minify process of SVGs, no SVG is produced in the mark up.
Example SVG as a sugarml file:
x.sgr
Generated Output (gathered by adding a console.log after lib/modules/minifySvg.js#L8)
The text was updated successfully, but these errors were encountered: