I tried building the svg example present in the iced libaray. The system in which it was build, it is working as exepected (i.e., the tiger SVG image is loading) but if I'm trying to run it in different machine(laptop), then the SVG image is not loading and only white screen is created.
Please help, how should I proceed in this case:
Working case: Machine 1( where this app was built)
Failure case: Machine 2(where I was testing this app)
My OS is Windows and I'm using the lastest vesrion of iced library.
The code I'm using: https://github.com/iced-rs/iced/tree/master/examples/svg
I tried building the svg example present in the iced libaray. The system in which it was build, it is working as exepected (i.e., the tiger SVG image is loading) but if I'm trying to run it in different machine(laptop), then the SVG image is not loading and only white screen is created.