ana.mitre
Results
2
comments of
ana.mitre
`} else { outgoingConnection = modeling.connect( shape, target, { type: targetFlow.type, waypoints: waypointsAfter} ); modeling.setColor(outgoingConnection, {stroke: targetFlow.di.stroke}); modeling.updateProperties(outgoingConnection, {flowType: targetFlow.di.flowType}); }` I achieved to copy the right color on the...
In my opinion all properties of the incoming flow should be copied to the outgoing flow - including the flow color as well as custom properties. I have tried to...