same file paths got into different paths..

This works pretty well:

<ImageFill File="Assets/picture.png" StretchMode="UniformToFill"/>

But, if I try to use some js-string to get the path, it isn’t working:

var picture = "Assets/picture.png";
.
.
<ImageFill File="{picture}" StretchMode="UniformToFill"/>

In this version, fuse tries to lookup in “C:\Assets\picture.png” and not from its current path…

This might be a bug, and should probably be handled differently by Fuse.

However, if you just want to “get around the issue”, you can use FileImageSource and DataToResource to achieve what I assume is the desired result. This recent discussion is relevant: https://www.fusetools.com/community/forums/general/image_path_binding