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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/vector_icons/google_chrome/product.icon
diff --git a/chrome/app/vector_icons/google_chrome/product.icon b/chrome/app/vector_icons/google_chrome/product.icon
new file mode 100644
index 0000000000000000000000000000000000000000..ec96ab985e53b68d367b12f51be0a3a4c690d824
--- /dev/null
+++ b/chrome/app/vector_icons/google_chrome/product.icon
@@ -0,0 +1,43 @@
+// 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
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+CANVAS_DIMENSIONS, 24,
+// Red
+PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
+MOVE_TO, 12, 7.5f,
+R_H_LINE_TO, 8.9f,
+CUBIC_TO, 19.3f, 4.2f, 15.9f, 2, 12, 2,
+CUBIC_TO, 8.9f, 2, 6.1f, 3.4f, 4.3f, 5.6f,
+R_LINE_TO, 3.3f, 5.7f,
+R_CUBIC_TO, 0.3f, -2.1f, 2.2f, -3.8f, 4.4f, -3.8f,
+CLOSE,
+NEW_PATH,
+// Green
+PATH_COLOR_ARGB, 0xFF, 0x0F, 0x9D, 0x58,
+// R_MOVE_TO, 0, 9,
+MOVE_TO, 12, 16.5f,
+R_CUBIC_TO, -1.7f, 0, -3.1f, -0.9f, -3.9f, -2.3f,
+LINE_TO, 3.6f, 6.5f,
+CUBIC_TO, 2.6f, 8.1f, 2, 10, 2, 12,
+R_CUBIC_TO, 0, 5, 3.6f, 9.1f, 8.4f, 9.9f,
+R_LINE_TO, 3.3f, -5.7f,
+R_CUBIC_TO, -0.6f, 0.2f, -1.1f, 0.3f, -1.7f, 0.3f,
+CLOSE,
+NEW_PATH,
+// Yellow
+PATH_COLOR_ARGB, 0xFF, 0xFF, 0xCD, 0x40,
+MOVE_TO, 16.5f, 12,
+R_CUBIC_TO, 0, 0.8f, -0.2f, 1.6f, -0.6f, 2.2f,
+LINE_TO, 11.4f, 22,
+R_H_LINE_TO, 0.6f,
+R_CUBIC_TO, 5.5f, 0, 10, -4.5f, 10, -10,
+R_CUBIC_TO, 0, -1.2f, -0.2f, -2.4f, -0.6f, -3.5f,
+R_H_LINE_TO, -6.6f,
+R_CUBIC_TO, 1, 0.8f, 1.7f, 2.1f, 1.7f, 3.5f,
+CLOSE,
+NEW_PATH,
+// Blue
+PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
+CIRCLE, 12, 12, 3.5,
+END

Powered by Google App Engine
This is Rietveld 408576698