redesign android-studio icon
ClosedPublic

Authored by varlesh on Jan 24 2017, 7:09 AM.

Details

Summary
  • fix wrong size icon
  • fix colors & gradients
  • redesign style
  • clear code

Compare:


SVG:

Diff Detail

Repository
R266 Breeze Icons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
varlesh updated this revision to Diff 10477.Jan 24 2017, 7:09 AM
varlesh retitled this revision from to redesign android-studio icon.
varlesh updated this object.
varlesh edited the test plan for this revision. (Show Details)
varlesh added reviewers: andreask, Breeze.
varlesh set the repository for this revision to R266 Breeze Icons.
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 24 2017, 7:09 AM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
varlesh updated this object.Jan 24 2017, 7:10 AM
alex-l added a subscriber: alex-l.Jan 24 2017, 1:32 PM

Good enough for me

why is the circle now so small?

why is the circle now so small?

Please see code, icon on now exis breeze (№2) have wrong size 512px on 48px folder:

viewBox="0 0 512 512"
height="512"
width="512"

My icon have 48px size:

width="48" height="48" viewBox="0 0 48 48"

oh schit didn't no this. thanks but I thought only the circle is in the icon now nearly the full height and in your design only 2/3 of the icon height.

oh schit didn't no this. thanks but I thought only the circle is in the icon now nearly the full height and in your design only 2/3 of the icon height.

Circle have not 40px, because it' compass moved to down as on origianl icon and N1 and N2 have wrong size, N2 now on master with 512px icon size :)

This revision was automatically updated to reflect the committed changes.