-
Notifications
You must be signed in to change notification settings - Fork 687
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
IDE-79 .webp looks not shown on stage #4682
Conversation
15d8e40
to
9a4d5f7
Compare
catroid/src/androidTest/java/org/catrobat/catroid/test/common/LookDataTest.java
Outdated
Show resolved
Hide resolved
catroid/src/androidTest/java/org/catrobat/catroid/test/common/LookDataTest.java
Outdated
Show resolved
Hide resolved
catroid/src/androidTest/java/org/catrobat/catroid/test/common/LookDataTest.java
Show resolved
Hide resolved
catroid/src/androidTest/java/org/catrobat/catroid/test/common/LookDataTest.java
Show resolved
Hide resolved
c296be8
to
1c3d22c
Compare
.perform(click()); | ||
onView(withId(R.id.button_play)) | ||
.perform(click()); | ||
assertEquals(project.getUserVariable("color").getValue(), "#9a721c"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test fails in the pipeline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
checked and resolved the issue @sebastiangollob
2ffbe9d
to
bef6c10
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
Ticket: https://jira.catrob.at/browse/IDE-79
.webp images https://en.wikipedia.org/wiki/WebP images are shown correctly in thumbs in the IDE and also correctly in Paintroid, but are rendered as empty looks on the stage when a project is executed. The looks are shown correctly after a minimal change was made using Paintroid, i.e., once the webp formatted image was converted to a png format.
Fix: convert looks in webp format to png format when they are imported.
Your checklist for this pull request
Please review the contributing guidelines and wiki pages of this repository.