Drag/drop to exact position on canvas

I want a user to be able to draw a picture by dragging images from a menu onto a canvas.

Is there a way to keep track of the x/y offset of a dragging group so that when the user drops it I know exactly where it was?
Is there a way to position an element at an exact spot on the canvas?

This is not something we support.

Is it theoretically something Bubble could support? Maybe via:

  1. an update to Bubble’s engine
  2. javascript in an html element

When we’ll open the plugin system to JS elements you can experiment, we can’t commit yet to what will work or not at first.