Ticket #2399 (closed bug: obsolete)
Buttons assets doesn't appear properly
Reported by: | dido | Owned by: | pap |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | SOPHIE_END_PRODUCT | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | END_PROD | Effort: | |
Importance: | 50 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | dido | Design_owners: | pap |
Imp._owners: | pap | Test_owners: | |
Analysis_reviewers: | pap | Changelog: | Changelog |
Design_reviewers: | meddle | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 3.5 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
There is glitch with button skins inside Sophie
- The border is darker than the original asset
- The edge of the button appear as it's cut
- The gradient is not the same as it is in the image itself
- See the attached image for more complete view
This issue may be caused by #2397
Attachments
Change History
comment:1 Changed 15 years ago by pap
- Status changed from new to s1b_analysis_finished
- dido, you should've changed the status to analysis_finished.
comment:2 Changed 15 years ago by pap
- Status changed from s1b_analysis_finished to s2a_design_started
- Analysis_reviewers set to pap
- Analysis_score changed from 0 to 3.5
- I accept the analysis but
- It is not pointed which buttons are damaged
- Having an image as part of the description is nice.
- The issue cannot be caused by #2397 in any way. It was another task that was suspicious. Be more careful.
comment:3 Changed 15 years ago by pap
- Design_owners set to pap
- Status changed from s2a_design_started to s2b_design_finished
- The problem is with ImmImage.exportToAwtImage().
- In the case of using the GraphicsEnvironment to create the image transparency was not treated correctly
- The correct mode is Transparency.TRANSLUCENT and not Transparency.BITMASK as the second only allows 0.0f or 1.0f for the alpha and the first allows all values.
comment:4 Changed 15 years ago by pap
- Status changed from s2b_design_finished to s2c_design_ok
- Bug so skipping intermediate design review
comment:5 Changed 15 years ago by pap
- Owner set to pap
- Status changed from s2c_design_ok to s3a_implementation_started
- Imp._owners set to pap
- Start implementation
comment:6 Changed 15 years ago by pap
- Status changed from s3a_implementation_started to s3b_implementation_finished
- Implemented as described in the design
- Implementation is in the attached patch
Note: See
TracTickets for help on using
tickets.