We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug A value of 0.5 (or half filled) renders as follows instead of actually filling one half:
To Reproduce
<circularprogress value={0.5} startAt={0.3} endAt={1} rounded={true} heightRequest={50} widthRequest={50} css={"font-size: 5px; background-color: red;"} ></circularprogress>
Expected behavior The filled part divides the background in half.
Additional context
astal/lib/astal/gtk3/src/widget/circularprogress.vala
Line 121 in 4c19d8d
Should be something like this I think.
var scaled = value / arc_length + start;
I would test it myself, but I'm not sure how to get ags run to use a modified build of astal on NixOS.
ags run
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A value of 0.5 (or half filled) renders as follows instead of actually filling one half:
To Reproduce
Expected behavior
The filled part divides the background in half.
Additional context
astal/lib/astal/gtk3/src/widget/circularprogress.vala
Line 121 in 4c19d8d
Should be something like this I think.
I would test it myself, but I'm not sure how to get
ags run
to use a modified build of astal on NixOS.The text was updated successfully, but these errors were encountered: