You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
Hi,
another question, this time on the z-ordering of items.
My goal is to display an image, and then overlay a number of rectangles. Both the image and the rectangles can change. Probably code explains it better:
My problem now is, that the image is always drawn on top of everything else, independent of the order the elements are added to the fabric-canvas.
Is there currently any way in the wrapper to influence which item is placed in front of the other? My first try to use a BackgroundImage instead of ImageFromURL, however, the BackgroundImage currently does not redraw when the url property changes.
The text was updated successfully, but these errors were encountered:
Hi, For memory there is not anything in the wrapper to do this at this point however you can access the fabric object directly for now to achieve the desired outcome.
Hi,
another question, this time on the z-ordering of items.
My goal is to display an image, and then overlay a number of rectangles. Both the image and the rectangles can change. Probably code explains it better:
imageUrl
androis
are both computed properties.My problem now is, that the image is always drawn on top of everything else, independent of the order the elements are added to the fabric-canvas.
Is there currently any way in the wrapper to influence which item is placed in front of the other? My first try to use a BackgroundImage instead of ImageFromURL, however, the BackgroundImage currently does not redraw when the url property changes.
The text was updated successfully, but these errors were encountered: