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

Side by Side Diff: chrome/app/vector_icons/user_account_avatar.icon

Issue 2729623002: Update vector icons in browser profiles code (bubble, etc.) to structs. (Closed)
Patch Set: review Created 3 years, 9 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
1 // Copyright 2016 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 CANVAS_DIMENSIONS, 40, 5 CANVAS_DIMENSIONS, 40,
6 MOVE_TO, 20.52f, 3, 6 MOVE_TO, 20.52f, 3,
7 CUBIC_TO, 10.62f, 3, 3, 10.62f, 3, 20.52f, 7 CUBIC_TO, 10.62f, 3, 3, 10.62f, 3, 20.52f,
8 CUBIC_TO, 3, 29.39f, 10.62f, 37, 20.52f, 37, 8 CUBIC_TO, 3, 29.39f, 10.62f, 37, 20.52f, 37,
9 CUBIC_TO, 29.39f, 37, 37, 29.38f, 37, 20.52f, 9 CUBIC_TO, 29.39f, 37, 37, 29.38f, 37, 20.52f,
10 CUBIC_TO, 37, 10.62f, 29.38f, 3, 20.52f, 3, 10 CUBIC_TO, 37, 10.62f, 29.38f, 3, 20.52f, 3,
11 CLOSE, 11 CLOSE,
12 R_MOVE_TO, 0, 5.15f, 12 R_MOVE_TO, 0, 5.15f,
13 R_CUBIC_TO, 2.85f, 0, 5.15f, 2.3f, 5.15f, 5.15f, 13 R_CUBIC_TO, 2.85f, 0, 5.15f, 2.3f, 5.15f, 5.15f,
14 R_CUBIC_TO, 0, 2.85f, -2.3f, 5.15f, -5.15f, 5.15f, 14 R_CUBIC_TO, 0, 2.85f, -2.3f, 5.15f, -5.15f, 5.15f,
15 R_CUBIC_TO, -2.85f, 0, -5.15f, -2.3f, -5.15f, -5.15f, 15 R_CUBIC_TO, -2.85f, 0, -5.15f, -2.3f, -5.15f, -5.15f,
16 R_CUBIC_TO, 0, -2.85f, 2.3f, -5.15f, 5.15f, -5.15f, 16 R_CUBIC_TO, 0, -2.85f, 2.3f, -5.15f, 5.15f, -5.15f,
17 CLOSE, 17 CLOSE,
18 R_MOVE_TO, 0, 23.7f, 18 R_MOVE_TO, 0, 23.7f,
19 R_CUBIC_TO, -4.29f, 0, -8.09f, -2.09f, -10.3f, -5.15f, 19 R_CUBIC_TO, -4.29f, 0, -8.09f, -2.09f, -10.3f, -5.15f,
20 R_CUBIC_TO, 0.05f, -3.37f, 6.87f, -5.15f, 10.3f, -5.15f, 20 R_CUBIC_TO, 0.05f, -3.37f, 6.87f, -5.15f, 10.3f, -5.15f,
21 R_CUBIC_TO, 3.42f, 0, 10.25f, 1.78f, 10.3f, 5.15f, 21 R_CUBIC_TO, 3.42f, 0, 10.25f, 1.78f, 10.3f, 5.15f,
22 R_CUBIC_TO, -2.21f, 3.06f, -6.01f, 5.15f, -10.3f, 5.15f, 22 R_CUBIC_TO, -2.21f, 3.06f, -6.01f, 5.15f, -10.3f, 5.15f,
23 CLOSE, 23 CLOSE,
24 END 24 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/sync_problem.icon ('k') | chrome/browser/ui/cocoa/profiles/avatar_button_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698