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

Side by Side Diff: chrome/app/vector_icons/google_chrome/product.icon

Issue 2685683004: Move more vector icons to more appropriate directories. (Closed)
Patch Set: fix android? Created 3 years, 10 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 2015 The Chromium Authors. All rights reserved.
sky 2017/02/13 21:35:38 Shouldn't this file be in src-internal?
Evan Stade 2017/02/13 21:53:33 I dunno, does it need to be? We have google_chrome
sky 2017/02/13 23:28:43 I would view this the same as a png, and we keep t
Evan Stade 2017/02/13 23:51:47 I can send a note to chromium-dev but this is not
Dan Beam 2017/02/14 01:41:55 for what it's worth, I think it'd be very hard to
Evan Stade 2017/02/14 16:17:04 I don't know of any secret branding roll outs that
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 // Red
7 PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
8 MOVE_TO, 12, 7.5f,
9 R_H_LINE_TO, 8.9f,
10 CUBIC_TO, 19.3f, 4.2f, 15.9f, 2, 12, 2,
11 CUBIC_TO, 8.9f, 2, 6.1f, 3.4f, 4.3f, 5.6f,
12 R_LINE_TO, 3.3f, 5.7f,
13 R_CUBIC_TO, 0.3f, -2.1f, 2.2f, -3.8f, 4.4f, -3.8f,
14 CLOSE,
15 NEW_PATH,
16 // Green
17 PATH_COLOR_ARGB, 0xFF, 0x0F, 0x9D, 0x58,
18 // R_MOVE_TO, 0, 9,
19 MOVE_TO, 12, 16.5f,
20 R_CUBIC_TO, -1.7f, 0, -3.1f, -0.9f, -3.9f, -2.3f,
21 LINE_TO, 3.6f, 6.5f,
22 CUBIC_TO, 2.6f, 8.1f, 2, 10, 2, 12,
23 R_CUBIC_TO, 0, 5, 3.6f, 9.1f, 8.4f, 9.9f,
24 R_LINE_TO, 3.3f, -5.7f,
25 R_CUBIC_TO, -0.6f, 0.2f, -1.1f, 0.3f, -1.7f, 0.3f,
26 CLOSE,
27 NEW_PATH,
28 // Yellow
29 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xCD, 0x40,
30 MOVE_TO, 16.5f, 12,
31 R_CUBIC_TO, 0, 0.8f, -0.2f, 1.6f, -0.6f, 2.2f,
32 LINE_TO, 11.4f, 22,
33 R_H_LINE_TO, 0.6f,
34 R_CUBIC_TO, 5.5f, 0, 10, -4.5f, 10, -10,
35 R_CUBIC_TO, 0, -1.2f, -0.2f, -2.4f, -0.6f, -3.5f,
36 R_H_LINE_TO, -6.6f,
37 R_CUBIC_TO, 1, 0.8f, 1.7f, 2.1f, 1.7f, 3.5f,
38 CLOSE,
39 NEW_PATH,
40 // Blue
41 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
42 CIRCLE, 12, 12, 3.5,
43 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698