widgets: Fix some issues#1900
Open
mattst88 wants to merge 4 commits into
Open
Conversation
mattst88
commented
May 20, 2026
- widgets: correct OH_Partner_frame.png dimensions, metadata, and test fixtures
- widgets: correct Tiny widget height to match profile_tiny.png (15 → 16)
- widgets: add PNG output format support
- widgets: flatten transparent background to white
`?format=gif` actually emits a PNG but with a Content-Type of image/gif. So add `?format=png` which will emit the same underlying image data as before but with the correct Content-Type of image/png.
OH_Partner_frame.png has an alpha channel — the content area was transparent. The kudos badge composited on top has a white background, making it visually inconsistent. Flatten to white so the entire widget has a uniform opaque background.
Author
|
cc: @Priya5 |
Author
|
Can someone review this? It's pretty trivial. cc: @Niharika1117 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.