michaelrainerdocumatrix

Results 1 comments of michaelrainerdocumatrix

I think you can use the bounding size of the element to compute the top left position. var bb1 = obj1.getBBox(); var topLeft= { x: bb1.x - bb1.width / 2,...