vector_graphics_compiler-v1.1.15
The following SVG throw an exception (when using flutter_svg) : https://sweden.a.bigcontent.io/v1/static/10000199. This SVG contain an empty tag : <polygon xmlns="http://www.w3.org/2000/svg" fill="#0a287d" points="" id="polygon7"/> which lead to the issue. This PR check if path is null to avoid the issue. PR from https://github.com/dnfield/vector_graphics/pull/254