Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow.fill support #346

Open
krassowski opened this issue Aug 5, 2023 · 1 comment · May be fixed by #348
Open

arrow.fill support #346

krassowski opened this issue Aug 5, 2023 · 1 comment · May be fixed by #348

Comments

@krassowski
Copy link

geom_segment and geom_curve support arrow.fill which allows to set the fill in the arrow head. It is however not supported by geom_edge_* geoms. Would it be in scope?

@krassowski
Copy link
Author

It appears to be an omission, because the function drawing key does utilise (non-existing) arrow.fill:

fill = alpha(params$arrow.fill %||% data$edge_colour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants