Open aggeloskoutanis opened 1 year ago
I have the same error on this SVG file: https://github.com/user-attachments/assets/1c6fd3a8-6f2b-48b8-8201-26489bd558a6
I have a number of other SVG files and they are working without problem.
I'm using version: 2.0.10+1
OK so I did the below and now it's working:
Got rid of couple of polygons that only had transform and fill like below:
transform="translate(-0.020311,-25.843)"
fill="#014953" />```
id="path27"
style="fill:#014953"
to fill="#014953"
Seems to be working now.
I had issue in another file, this time removing the below is the only fix I had to apply:
<polygon fill="#fff" transform="translate(.002336 -9.95283)"/>
Confirmed that polygon without points is causing this issue.
Hello,
I have been getting this error since I upgrade the package to 2.0.4.
Does it have to do with the loader trying to access the image before it is loaded?
Flutter (Channel stable, 3.7.12, on macOS 13.3.1