Replies: 1 comment
-
I think this will be easier to do if we changed the structure of tipable, this is something im looking forward to do but i currently do not have the ressources to change that. But i think this will be a result of the change automagically or make it a lot easier to implement this kind of behavior. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
Recently I had to use BezierArrows to draw a graph like this
I worked that around by adding a small arrow at the endpoint of the
CubicBezier
. However, this was not optimal and I was wondering if this shouldn't be a feature ofCubicBezier
or even if there shouldn't exist something likeBezierArrow
. I can try to code it if you think it's needed :)All the best!
Beta Was this translation helpful? Give feedback.
All reactions