vector_graphics
vector_graphics copied to clipboard
In the file `packages/vector_graphics_compiler/lib/src/_initialize_path_ops_io.dart`, Linux (and Windows) are always assumed to be 64 bit. This leads to the following error when running on Linux ARM64: `Could not locate libpathops at...
I have this icon ```xml ``` When I compile it with `vector_graphics_compiler` like this: `dart run vector_graphics_compiler -i assets/calendar.svg -o assets/calendar.vec` If I pass `--no-optimize-clips` to the compiler, it works...
First of all, I'd like to thank you for your work on this package ! I have some SVGs which are rendered differently when Impeller is running on iOS. Here...
`flutter_lints` 1.0.0 -> 3.0.1 `xml` 6.3.0 -> 6.4.2 Filed from https://github.com/dnfield/flutter_svg/issues/987
COPIED FROM https://github.com/dnfield/flutter_svg/issues/996 My use case: I am trying to fallback to a svg in assets if my `SvgPicture.network()` fails for any reason (wrong url, request returns 404, invalid svg...
It seems the entire rectangle of the `RenderVectorGraphic` [absorbs hits](https://github.com/dnfield/vector_graphics/blob/c1782b87502fe0e4760dff748bd0cfdcd9407672/packages/vector_graphics/lib/src/render_vector_graphic.dart#L188) (for example when a user taps the screen). Would it be possible to adjust the hitTestSelf to only return true...
https://api-mainnet.suifrens.sui.io/suifrens/0xb58aa2d1d137e480f8bd55094da2bb569cd51e2eb7d9415f7cd5a3c40cbd580b/svg 
One of the benefits of vector graphics is their ability to be updated at runtime. It is pretty common, for example, to change icon's color regarding the brightness or accent...
Hey, I saw this issue reported in Crashlytics. Seems that one SVG contains a percentage instead of a double value somewhere. Not sure whether this is something that could be...