-
Notifications
You must be signed in to change notification settings - Fork 43
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
Increase precision of arrows #172
Labels
2D graphics
All that concerns the graphic rendering of drawings
enhancement
A suggestion about how to improve the project
Milestone
Comments
DarwinNE
added
enhancement
A suggestion about how to improve the project
2D graphics
All that concerns the graphic rendering of drawings
labels
Apr 19, 2020
It should work for Bézier courbes, too! |
Of course, one must not forgot about splines (curves)... :-) |
DarwinNE
added a commit
that referenced
this issue
Apr 20, 2020
…ith spline curves, segments and Bézier curves (issue #172).
DarwinNE
added a commit
that referenced
this issue
Apr 20, 2020
Now it remains to check the export towards all vector files supporting arrows: SVG, PDF, PGF, EPS 😭 |
DarwinNE
added a commit
that referenced
this issue
Apr 21, 2020
The implementation should be complete. Let's close this issue that required much more work than expected at a first sight. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2D graphics
All that concerns the graphic rendering of drawings
enhancement
A suggestion about how to improve the project
The rendering of arrows is not very precise as the segment is superposed to the tip.
With relatively large segment widths, this yields an ugly result, as follows:
This should be corrected.
The text was updated successfully, but these errors were encountered: