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

Side by Side Diff: chrome/app/vector_icons/account_circle.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, 24, 5 CANVAS_DIMENSIONS, 24,
6 MOVE_TO, 12, 2, 6 MOVE_TO, 12, 2,
7 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12, 7 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12,
8 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10, 8 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10,
9 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 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, 10 CUBIC_TO, 22, 6.48f, 17.52f, 2, 12, 2,
11 CLOSE, 11 CLOSE,
12 R_MOVE_TO, 0, 3, 12 R_MOVE_TO, 0, 3,
13 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 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, 14 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3,
15 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -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, 16 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3,
17 CLOSE, 17 CLOSE,
18 R_MOVE_TO, 0, 14.2f, 18 R_MOVE_TO, 0, 14.2f,
19 R_CUBIC_TO, -2.5f, 0, -4.71f, -1.28f, -6, -3.22f, 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, 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, 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, 22 R_CUBIC_TO, -1.29f, 1.94f, -3.5f, 3.22f, -6, 3.22f,
23 CLOSE, 23 CLOSE,
24 END 24 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/account_child_circle.icon ('k') | chrome/app/vector_icons/close_all.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698