In my current project, I am working on integrating AngularJS with d3 for drag and resizing functionalities. So far, I have successfully created a draggable rect
object within an SVG element that can be resized using handles. However, I have noticed that resizing becomes choppy when attempting to resize in the north or east direction. To demonstrate this issue, I have prepared a Plunk available at http://plnkr.co/tG19vpyyw0OHMetLOu2U. (Please note that the demo has been simplified to highlight the problem by featuring only one resize handle.)
Although dragging is functioning correctly, resizing towards the west and south directions works without any issues (which are not shown in the demo).
I thought it would be beneficial to reach out to the community and inquire if anyone else has encountered this particular challenge. I appreciate any insights or suggestions provided by all of you. Thank you.