SVGs are being completely broken by the conversion. The attribute capitalization is not being preserved, which will break their functionality. In my case, I just spent the last 4 hours figuring out that "viewBox" got switched to "viewbox". The SVG still appears, but all responsive design resizing is removed.
Here is an example SVG to test (GitHub doesn't allow attached SVGs for some weird reason):
`
`
It's very important to the ability to style/scale the inline SVG that the "B" in viewBox remains capitalized.
Posting this here, apologies if it's already been fixed but it's still live on http://html2jade.aaron-powell.com/ and http://html2jade.org/ at least.
SVGs are being completely broken by the conversion. The attribute capitalization is not being preserved, which will break their functionality. In my case, I just spent the last 4 hours figuring out that "viewBox" got switched to "viewbox". The SVG still appears, but all responsive design resizing is removed.
Here is an example SVG to test (GitHub doesn't allow attached SVGs for some weird reason): `
`
It's very important to the ability to style/scale the inline SVG that the "B" in viewBox remains capitalized.