svg icon indicating copy to clipboard operation
svg copied to clipboard

Fast SVG in Elm

Results 12 svg issues
Sort by recently updated
recently updated
newest added

If you pass a blank node name to the `Svg.node` method it will compile, but will crash the browser. ``` import Svg Svg.node "" [] [] ``` Results in: ```...

How to fix that ? ``` { "type": "application", "source-directories": [ "src" ], "elm-version": "0.19.1", "dependencies": { "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", "elm/html": "1.0.0" }, "indirect": { "elm/json": "1.1.3",...