Comment 1 for bug 760656

Revision history for this message
Paul Sladen (sladen) wrote :

Summary of conversation with Sladen, Otto and Johnlea:

  1. Normal Launcher icons are 48x48. They are sandwiched in the order: a. 52 opaque background b. 48 icon c. 52 sheen d. 52 border
  2. The four bottom icons should be handled differently. Drawn only: a. 52 transparent background b. 48 icon
  3. The previous asset had the (transparent) backgrounds included in the 52/52x61 pixel exports
  4. The Unity codepaths are setup for 48 pixels icons and 52 pixel under-/overlays.
  5. The PNG assets are not compatible with this; and we can't do extensive code changes at this point.

ACTION:

Rosie: please can you export six items:

  e1. a 52x52 background (named 'lens-icon-background.png')
  e2. a 48x48 workspace switch with glow, but without background (named 'workspace-switcher.png'
  e3. a 48x48 applications lens (plus sign) with glow, but without background (named 'applications.png')
  e4. a 48x48 files lens (document sign) with glow, but without background (named 'files.png')
  e5. a 48x48 trash empty with glow, but without background (named 'user-trash.png')
  e6. a 48x48 trash full with glow, but without background (named 'user-trash-full.png')

Sladen: to add these to a branch and propose against 'unity-asset-pool'/'unity-place-applications'/'unity-place-files'.

Didrocks: to check and screenshot result back to Johnlea/Otto.