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

Side by Side Diff: chrome/app/vector_icons/account_child_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
« no previous file with comments | « chrome/app/vector_icons/account_child.icon ('k') | chrome/app/vector_icons/account_circle.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 CIRCLE, 12, 13.49f, 1.5f, 6 CIRCLE, 12, 13.49f, 1.5f,
7 MOVE_TO, 12, 2, 7 MOVE_TO, 12, 2,
8 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12, 8 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12,
9 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10, 9 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10,
10 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10, 10 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10,
(...skipping 16 matching lines...) Expand all
27 R_V_LINE_TO, 2, 27 R_V_LINE_TO, 2,
28 R_CUBIC_TO, -0.33f, 0.05f, -0.67f, 0.08f, -1, 0.08f, 28 R_CUBIC_TO, -0.33f, 0.05f, -0.67f, 0.08f, -1, 0.08f,
29 R_CUBIC_TO, -1.03f, 0, -2.11f, -0.23f, -3, -0.61f, 29 R_CUBIC_TO, -1.03f, 0, -2.11f, -0.23f, -3, -0.61f,
30 R_CUBIC_TO, -1.16f, -0.5f, -2, -1.27f, -2, -2.17f, 30 R_CUBIC_TO, -1.16f, -0.5f, -2, -1.27f, -2, -2.17f,
31 R_V_LINE_TO, -4.44f, 31 R_V_LINE_TO, -4.44f,
32 CUBIC_TO, 7, 11.2f, 9.63f, 10, 12, 10, 32 CUBIC_TO, 7, 11.2f, 9.63f, 10, 12, 10,
33 R_CUBIC_TO, 2.37f, 0, 5, 1.2f, 5, 2.78f, 33 R_CUBIC_TO, 2.37f, 0, 5, 1.2f, 5, 2.78f,
34 R_V_LINE_TO, 4.44f, 34 R_V_LINE_TO, 4.44f,
35 CLOSE, 35 CLOSE,
36 END 36 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/account_child.icon ('k') | chrome/app/vector_icons/account_circle.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698