Skip to content

vector_graphics_compiler-v1.1.15

@EArminjon EArminjon tagged this 08 Nov 18:34
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
Assets 2
Loading