-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP: POC for removing useless curves in revision graph #5783
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5783 +/- ##
==========================================
- Coverage 36.94% 36.93% -0.01%
==========================================
Files 620 620
Lines 47416 47436 +20
Branches 6323 6330 +7
==========================================
+ Hits 17518 17522 +4
- Misses 29115 29132 +17
+ Partials 783 782 -1 |
2c8de70
to
1e51ebc
Compare
} | ||
// Anti-aliasing with bezier & PixelOffsetMode.HighQuality | ||
// introduces an offset of ~1/8 px - compensate it. | ||
g.SmoothingMode = SmoothingMode.AntiAlias; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment still exists, but I don't see the 1/8px offset in code.
{ | ||
// Anti-aliasing with bezier & PixelOffsetMode.HighQuality | ||
// introduces an offset of ~1/8 px - compensate it. | ||
g.SmoothingMode = SmoothingMode.AntiAlias; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto.
1e51ebc
to
01b8c8f
Compare
01b8c8f
to
5786eea
Compare
@spdr870 |
This is an old PR and should be closed or set to a draft. @gerhardol |
Several of the changes in this PR has been included in PRs by @mstv. Can you summarize if something is not included? |
Fixes #5782
Changes proposed in this pull request:
First commit, remove the not-needed curves:

Second commit, make the lines more smooth:

What did I do to test the code and ensure quality:
Has been tested on (remove any that don't apply):