Hello,
I'm trying to use the cutOperator to split a polygon with a polyline.
https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-operators-cutOperator.html
Cutting the polygon alongside the line seems to be successfull. However the other vertices are slightly shifted, causing topological issues.
Using the Editor widget, I don't see any problem, cutting the geometry is ok and no vertex shift.
What could be the problem ?