Skip to content

Commit ac5e372

Browse files
authored
Merge pull request #36 from fabionuno/issue_35
fix: Setting the EdgeInput type to EdgeArrowType.both has no effect #35
2 parents 8b5174c + 83f8305 commit ac5e372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/graphite_edges_painter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import 'package:graphite/graphite_typings.dart';
77
import 'package:touchable/touchable.dart';
88

99
EdgeStyle _defaultStyleBuilder(Edge edge) {
10-
return EdgeStyle();
10+
return EdgeStyle(arrowType: edge.arrowType);
1111
}
1212

1313
class LinesPainter extends CustomPainter {

0 commit comments

Comments
 (0)