elm-html-parser icon indicating copy to clipboard operation
elm-html-parser copied to clipboard

Fix SVG viewBox attribute issue

Open RoyalIcing opened this issue 7 years ago • 0 comments

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.

RoyalIcing avatar Feb 05 '18 04:02 RoyalIcing