Opened 14 years ago
Closed 14 years ago
#284 closed defect/bug (fixed)
Improve menu performance on N8x0
Reported by: | Gerritv | Owned by: | cp15 |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | gui/internal | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
This patch addresses performance when displaying icons etc. using gui/internal. E.g the menus take a nooticeable time to draw and update. This is becuase the code tries to use svg re-scale which is only suported for svgt, and the images are all svg. The 3rd attempt is to use pre-scaled .png files. The patch moves pre-scaled .png to be first choice resulting in a crisp UI feel.
The same approach may apply to other GUI as well as to other devices. In fact since this change would not impact high speed devices, I recommend that this be in place for all platforms.
Attachments (1)
Change History (2)
Changed 14 years ago by Gerritv
comment:1 Changed 14 years ago by Singesang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Applied in r2006. Thanks Gerritv.