"jisa" wrote:
Can setlayer display a default image on image url failure?
There isn't any built-in support for that in roImageCanvas, that I know of.
If your target image is opaque, you could put a placeholder image at the same target rectangle, so that if the image load is successful it will overlay it, but if it fails it would just show the placeholder.