elm-html-parser
elm-html-parser copied to clipboard
Fix SVG viewBox attribute issue
SVG’s ‘viewBox’ attribute was being converted to the lowercase ‘viewbox’, which browsers don’t like.
Resolves #8.
Note I cannot run / update the test suite! It complains:
I cannot find module 'Test.Runner.Failure'.
Module 'Test.Reporter.Console.Format' is trying to import it.