How do you place content from a canvas somewhere else?

Hello
I want to design it inside the canvas and put it somewhere else like on another canvas or as a background from a button or in an image field .It can be done?

You would need to save everything that is drawn or placed on your canvas to a tinydb (all the coordinates and everything) so that these could be redrawn in another canvas. You can save an image of the canvas which can be shown elsewhere but all the individual elements would be lost for editing.

Ok thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.