-
Notifications
You must be signed in to change notification settings - Fork 159
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
Fuzzy corners when using darker colors #146
Comments
Are you experiencing the same issue as #111? That one hasn't been fixed yet, unfortunately. But if it's the same one then this can be closed to avoid having duplicate issues open. |
I am not certain if this is the same. @jwells89 , could you post how you did your re-draw? |
@MattTimmons I believe I ran into this a while ago and solved it by layer backing the theme frame. That is:
|
hm. I did not think of that.. I did a few things to get by.
|
Because of how INAppStoreWindow draws itself on top of the native titlebar, a few pixels of lighter-colored “fuzz” become visible when you use the custom drawing block and darker colors. This isn’t apparent when using the built-in drawing methods because it’s covered up by the default highlight.
The only way I’ve found around this is to generate your own path with a smaller corner radius and draw using this instead of the provided
clippingPath
, but that’s not ideal for a number of reasons.The text was updated successfully, but these errors were encountered: