Skip to content

Commit

Permalink
[FIX] do not force usage orthogonal edge segments
Browse files Browse the repository at this point in the history
In a conform BPMN file, segments are defined by waypoints, so forcing orthogonal
segments prevent rendering edges correctly when the waypoints don't defined such
orthogonality.
  • Loading branch information
tbouffard committed Jun 24, 2020
1 parent 64af756 commit 8a9482c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/mxgraph/StyleConfigurator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export default class StyleConfigurator {

private configureDefaultEdgeStyle(): void {
const style = this.getDefaultEdgeStyle();
style[mxConstants.STYLE_EDGE] = mxConstants.EDGESTYLE_SEGMENT;
style[mxConstants.STYLE_ENDARROW] = mxConstants.ARROW_BLOCK_THIN;
style[mxConstants.STYLE_ENDSIZE] = 12;
style[mxConstants.STYLE_STROKEWIDTH] = 1.5;
Expand Down

0 comments on commit 8a9482c

Please sign in to comment.