BridgesUNCC / bridgesAPI

Back-end Architecture for the BRIDGES Project
http://bridges-cs.herokuapp.com/
MIT License
2 stars 4 forks source link

shapecollectionv2 make drag and zoom work correctly #68

Closed esaule closed 3 years ago

esaule commented 3 years ago

When dragging an svg, the rendering is stuttery

When zooming, the locationn of the pointer is not taken into account.

Sometimes, the drag and drop gets a huge offset which make the svg outside the drawing area.

it is possible to have the pointer in the "assignment area" but outside the SVG DOM element, which disables transformation.

esaule commented 3 years ago

@quaiquai KR and I actually figured this out today. We are good to go!