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

- Refactors detection of the binary directory for `path_ops` and `tesselator` to reduce code duplication - Correctly handles ARM64 architectures - Sets up compiler tests on Mac (x86 and ARM)...

I'm getting almost 7000 crashes (on a 84000 user base) in this library, but I can't figure out what is happening or how even to debug it (since it doesn't...

When I try to run my code with vector graphics compiler in Flutter Web, the command always finishes with Exit and don't run the code

closes https://github.com/dnfield/flutter_svg/issues/971

summary: this pr fixes a typo that mildly annoys me whenever i mouse over the `PictureInfo` tooltip.

Fixing https://github.com/dnfield/vector_graphics/issues/219

The following SVG throw an exception (when using flutter_svg) : https://sweden.a.bigcontent.io/v1/static/10000199. This SVG contain an empty tag : `` which lead to the issue. Checking as this PR did if...

Hi there, We have a number of `svg.vec` files that have been compiled but we no longer have the raw svg text. On an Android app we load them via...

This attempts to resolve #193 . Adds a transition configuration object that when provided will be used to animate between states (e.g placeholder to loaded/error state). If omitted there's no...

I have a folder /assets where I have a mix of svgs and json files, and I cannot change this. I would like to be able to apply the vector_graphics_compiler...