Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: ui/gfx/vector_icons/account_circle.icon

Issue 2057203002: Bringing back fast user switching on desktop user menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added check for guest button Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 12, 2,
7 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12,
8 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10,
9 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10,
10 CUBIC_TO, 22, 6.48f, 17.52f, 2, 12, 2,
11 CLOSE,
12 R_MOVE_TO, 0, 3,
13 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3,
14 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3,
15 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -3, -3,
16 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3,
17 CLOSE,
18 R_MOVE_TO, 0, 14.2f,
19 R_CUBIC_TO, -2.5f, 0, -4.71f, -1.28f, -6, -3.22f,
20 R_CUBIC_TO, 0.03f, -1.99f, 4, -3.08f, 6, -3.08f,
21 R_CUBIC_TO, 1.99f, 0, 5.97f, 1.09f, 6, 3.08f,
22 R_CUBIC_TO, -1.29f, 1.94f, -3.5f, 3.22f, -6, 3.22f,
23 CLOSE,
24 END
OLDNEW
« chrome/browser/profiles/profile_avatar_icon_util.h ('K') | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698