-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Full circle is deformed and flickers #22
Comments
If I run it like this:
Then I can kind-of see what you mean: the circle getting smaller isn't quite even, but the deformation isn't as marked as your screenshot though; it's pretty subtle. This seems a bit of an artificial/contrived example; with
This is probably because it keeps redrawing new windows, instead of creating one window and moving it. I attempted to improve that in 241ae5c, but reverted that in 45e937a because there were some issues with it (details) To be honest this entire mode is a bit of an afterthought; I wrote this just to locate the cursor on my fairly small laptop screen (as in the screenshot), and then people reported they wanted to use it like this to work around problems with some remote desktop solutions: not something I ever considered when I wrote this, but I don't mind supporting it so I added some features/flags for it. But yeah, it's not optimized for this usage; it was intended as a short-lived "draw window, then quit" kind of thing. I might optimize/improve this at some point, when I feel like it, maybe 😅 |
Yes, this is a contrived example: I just tried to simulate the behaviour of the "full circle" mode, but bigger and in slow motion. That's because that one also gives this deformation, but it's difficult to capture on a screenshot. With Does it maybe have to do with screen resolution? I'm on a 1920x1080 monitor (that's quite common as a resolution though...) As for the flickering, thank you, I will try to compile it from that commit and see what happens. |
Ah right.
I've got a 1920×1080 screen as well, but it's fairly high density (15"), so maybe it's more pronounced on lower-density screens. |
I am on Xubuntu 20.04.2 and the suggested command for drawing a full circle on top of the cursor flickers a lot, but also its shape is deformed.
Screenshot from
find-cursor --distance 1 --wait 1000 --line-width 16 --size 100
to see the deformed shape:It looks like every circle for some reason is drawn in two parts: first the semicircle in the diagonal up-left part of the cursor, and then the other one (even when the cursor is not moving); but the second part has smaller radius, and this causes the deformation.
The text was updated successfully, but these errors were encountered: