-
Notifications
You must be signed in to change notification settings - Fork 220
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
Lots of different pixels when verifying text shadows on different OSs #311
Comments
Yea, I've noticed this as well, but haven't dug in much yet. Some ideas:
|
We can rule out part of 2. with https://github.com/cashapp/paparazzi/compare/gpowell/sample-widget-render-extension?expand=1 |
Got hit by this as well. Is there any advice on the best combinations across OSX for local development and Linux for CI? Are newer JDKs better or worse for consistency? |
@yschimke as a temporary solution we ended up generating the screenshots only on the CI, then pushing them in a new commit on our PRs. This ensures that screenshots are always the same. |
Notice that background image rendering is clearly the same, it's only the text shadows.
The two runs are from local machine and GitHub actions.
GHA (readme says Zulu)
Local
or
I'm running on Windows, while GHA is Ubuntu.
Feel free to close this, if you think it's not fixable, just wanted to let you know.
We have a multiplatform team at work, so I guess it might come up for others too.
The text was updated successfully, but these errors were encountered: