vector_graphics icon indicating copy to clipboard operation
vector_graphics copied to clipboard

Results 45 vector_graphics issues
Sort by recently updated
recently updated
newest added

When building an app, while transforming assets, the following error gets dumped (built with verbose): Error dump [ +19 ms] Target web_release_bundle failed: Error: User-defined transformation of asset "C:\Users\username\div\My_Cool_Flutter_App\flutter_app\assets\Icons\heart_border.svg" failed....

There is some issue while calling parseDouble like this: https://github.com/dnfield/vector_graphics/issues/209 I suggest a fix to change the return of **parseDouble** to always double.tryParse so that it will return `null` instead...

This is the original SVG: ![MeuCronogramaCapilarTextLogo](https://github.com/user-attachments/assets/c12f13b2-76d6-43b4-830c-cb1f1b0f2a87) This is the SVG converted with vector_graphics_compiler: Notice how bad are the curves in the capital letters. ```svg ```

## Title Error handling when loading and parsing SVG files. ## Purpose This PR is support for another PR to flutter_svg, which will fix some related issues: https://github.com/dnfield/vector_graphics/issues/219 https://github.com/dnfield/flutter_svg/issues/1100 https://github.com/dnfield/flutter_svg/issues/1085...

An [image element](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/image) within an SVG file parsed with this package was observed to cause crashes at run time with the following stack trace: ``` _TypeError: Flutter framework at FlutterVectorGraphicsListener.onDrawImage...