[Bugs] #624 UNSP: Several icons does not look nice in the ring

SugarLabs Bugs bugtracker-noreply at sugarlabs.org
Wed Mar 25 23:27:55 EDT 2009


#624: Several icons does not look nice in the ring
------------------------------------------+---------------------------------
    Reporter:  erikos                     |          Owner:  eben       
        Type:  defect                     |         Status:  new        
    Priority:  Unspecified by Maintainer  |      Milestone:  0.84       
   Component:  design                     |        Version:  Unspecified
    Severity:  Critical                   |     Resolution:             
    Keywords:                             |   Distribution:  Unspecified
Status_field:  Unconfirmed                |  
------------------------------------------+---------------------------------
Changes (by garycmartin):

 * cc: wadeb (added)


Comment:

 Well, here's a very quick tweak to the Maze icon. This simple scale trick
 can be used on any oversized or non-centred icons now that the rounded
 rect highlight effect makes any deviations from the spec standout.
 Basically just wrap the svg drawing with the below, or something similar
 (I might be + .5 of a translate unit over the top if you want to tweak):

 {{{
 <g transform="translate(4,4)">
     <g transform="scale(0.84)">
         ...
         ...
     </g>
 </g>
 }}}

-- 
Ticket URL: <http://dev.sugarlabs.org/ticket/624#comment:5>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system


More information about the Bugs mailing list