Difference between revisions of "User:Manuq/CopyBundleIcons"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #282828;" |-style="background:#282828; color: white;" ! [[File:customize-gear_ba...")
 
Line 1: Line 1:
 +
== Using a gear badge to represent customized code ==
 +
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #282828;"
 
{| border=1 cellpadding=3 style="border: 1px solid white; border-collapse: collapse; background: #282828;"
 
  |-style="background:#282828; color: white;"
 
  |-style="background:#282828; color: white;"
 
! [[File:customize-gear_badge.svg]] !! [[File:customize-gear_badge_outline.svg]]
 
! [[File:customize-gear_badge.svg]] !! [[File:customize-gear_badge_outline.svg]]
 
|}
 
|}
 +
 +
The following needs to be done programmatically:
 +
 +
* reduce activity icon by 71,43% (that reduction makes strokes of 3.5 pixels look as 2.5 pixels)
 +
* put activity icon on the top left corner, with a margin of 2 pixels
 +
* put gear badge on the bottom right corner, with a margin of 2 pixels

Revision as of 12:15, 12 August 2011

Using a gear badge to represent customized code

Customize-gear badge.svg Customize-gear badge outline.svg

The following needs to be done programmatically:

  • reduce activity icon by 71,43% (that reduction makes strokes of 3.5 pixels look as 2.5 pixels)
  • put activity icon on the top left corner, with a margin of 2 pixels
  • put gear badge on the bottom right corner, with a margin of 2 pixels