Skip to content

Conversation

@fabionuno
Copy link
Contributor

fix #35

This pull request includes a change to the lib/graphite_edges_painter.dart file to fix the EdgeStyle initialization by utilizing the arrowType property from the Edge object.

Codebase improvement:

  • lib/graphite_edges_painter.dart: Modified the _defaultStyleBuilder function to return an EdgeStyle with the arrowType property set to the arrowType of the provided Edge object.

…empiy#35

fix lempiy#35

The _defaultStyleBuilder method receives an instance of Edge but does not pass the arrowType configuration to the EdgeStyle.
@lempiy
Copy link
Owner

lempiy commented Mar 28, 2025

Hi, ty. LGTM.

@lempiy lempiy merged commit ac5e372 into lempiy:master Mar 28, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setting the EdgeInput type to EdgeArrowType.both has no effect

2 participants