SVG Example not loading the SVG(tiger) image in other system. #1816
Replies: 1 comment
-
The issue is that the tiger image is being loaded from a hardcoded path in the binary.
so you'll need to put a tiger image on the machine you're running it on, in that same directory path. Or, alternatively change the code to load from a path specified in an env var. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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)
Beta Was this translation helpful? Give feedback.
All reactions