jgraph / mxgraph

mxGraph is a fully client side JavaScript diagramming library
Other
6.79k stars 2.06k forks source link

Feature request: Box "resize/scale/rotate" transformation mode for Edges #2

Closed denis60111 closed 12 years ago

denis60111 commented 12 years ago

#413849085 Application: diagram.ly, mxGraph JS 1.10.0.5

In current implementation, the only option to change shape of Edge objects is to adjust its control points position. It is desireable to have the same transformation mode, as used for Vertex objects (scaling, resizing, rotation). This of course should be optional, and enabled by user's request.

Image to illustrate: Different edge transformation modes

davidjgraph commented 12 years ago

This is outside of the scope of what mxGraph does, it's not a general purpose vector editing tool.