Quote from
noyzen on August 11, 2021, 10:52 am
Hi VisualNEOers!
I got a problem with FabricJS plugin, and with LoadImage function.
When I use a command like this everything works:
fabLoadImage "Container" "Test" "Picture/sample.png" 0 0
But I need to use a variable in image path like [ImageName] (which works usually with all other functions) but in FabricJS it's not working:
fabLoadImage "Container" "Test" "Picture/[ImageName].png" 0 0
and this way image will not load into the container.
Like always I'm counting on your help guys :D
Thanks!
Hi VisualNEOers!
I got a problem with FabricJS plugin, and with LoadImage function.
When I use a command like this everything works:
fabLoadImage "Container" "Test" "Picture/sample.png" 0 0
But I need to use a variable in image path like [ImageName] (which works usually with all other functions) but in FabricJS it's not working:
fabLoadImage "Container" "Test" "Picture/[ImageName].png" 0 0
and this way image will not load into the container.
Like always I'm counting on your help guys :D
Thanks!