Skip to content

Commit

Permalink
Make lines solid
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Oct 19, 2023
1 parent 852c877 commit 43086cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/renderer_elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -944,8 +944,7 @@ export class Memlet extends Edge {
else
ctx.setLineDash([1, 0]);
} else {
// Empty memlet, i.e., a dependency edge. Show with dotted lines.
ctx.setLineDash([1, 2]);
// Empty memlet, i.e., a dependency edge. Do not draw the arrowhead.
skipArrow = true;
}

Expand Down

0 comments on commit 43086cf

Please sign in to comment.