Andrei486 / uml-diagram-collab

0 stars 0 forks source link

Arrow styling options #111

Closed Andrei486 closed 5 months ago

Andrei486 commented 5 months ago

These options should go in the same panel as the connector options from #110. The idea is to allow the user to change an arrow connector to match one of the valid UML connectors: association, aggregation, composition, inheritance, and implementation (interface). This involves changing the style of the connector path (dashed for implementation, solid for everything else) as well as the arrowhead type. The change should be made into a command.

The options could be presented as a drop-down menu or as a series of buttons. The selected option should probably apply to all selected arrow connectors.

Andrei486 commented 5 months ago

Resolved by #117.