This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
a9000b1
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.
This makes it a bit better on my device. The angle misalignment is better, but the "arc radius misalignment" still seems to be there -- the one where it goes to the right of the arc at the max level.
a9000b1
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.
Btw, I'm wondering if part of the misalignment is due to storing the arc center in integer. Should the real center of a 720px width be (720/2 + .5) = 360.5? I wonder if that matters when it comes to drawing the red dot.
a9000b1
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.
@farkam135 Why did the signature change between 2.1 and 2.2 for release versions? Did you accidentally use the wrong key to sign 2.2?
a9000b1
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.
@archon810 Old key got corrupt, backed up the new key so there shouldn't be anymore problems.