theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[graph] Manipulation of edge control points #133

Closed JanKoehnlein closed 6 years ago

JanKoehnlein commented 7 years ago

sprotty currently supports polyline edges. In the following, we refer to the inner points of the polyline as the control points (CPs). We leave the start and endpoint to a separate issue.

CPs of edges should be editable

Feel free to break this down into smaller Github issues.

jbicker commented 7 years ago

Behaviour

Further thoughts

JanKoehnlein commented 7 years ago

Sounds good.

spoenemann commented 6 years ago

Most parts have been solved with #202.

It should be possible to remove control points from an edge → #206.