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

Unified Diff: chrome/app/vector_icons/new_tab_mac_touchbar.icon

Issue 2710493004: [Mac] Increase size of the Touch Bar New Tab Icon (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/vector_icons/new_tab_mac_touchbar.icon
diff --git a/chrome/app/vector_icons/new_tab_mac_touchbar.icon b/chrome/app/vector_icons/new_tab_mac_touchbar.icon
index 51bc0f4df11bf5eac4d8b612ab7ffb549595ce70..807837fdbf6ecaec965f12a829469d93b42fbe8a 100644
--- a/chrome/app/vector_icons/new_tab_mac_touchbar.icon
+++ b/chrome/app/vector_icons/new_tab_mac_touchbar.icon
@@ -2,25 +2,25 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-CANVAS_DIMENSIONS, 36,
-MOVE_TO, 18, 0,
-R_CUBIC_TO, -9.94f, 0, -18, 8.06f, -18, 18,
-R_CUBIC_TO, 0, 9.94f, 8.06f, 18, 18, 18,
-R_CUBIC_TO, 9.94f, 0, 18, -8.06f, 18, -18,
-R_CUBIC_TO, 0, -9.94f, -8.06f, -18, -18, -18,
+CANVAS_DIMENSIONS, 60,
+MOVE_TO, 30, 0,
+CUBIC_TO, 13.44f, 0, 0, 13.44f, 0, 30,
+R_CUBIC_TO, 0, 16.56f, 13.44f, 30, 30, 30,
+R_CUBIC_TO, 16.56f, 0, 30, -13.44f, 30, -30,
+CUBIC_TO, 60, 13.44f, 46.56f, 0, 30, 0,
CLOSE,
-R_MOVE_TO, 9, 19.8f,
-R_H_LINE_TO, -7.2f,
-V_LINE_TO, 27,
-R_H_LINE_TO, -3.6f,
-R_V_LINE_TO, -7.2f,
-H_LINE_TO, 9,
-R_V_LINE_TO, -3.6f,
-R_H_LINE_TO, 7.2f,
-V_LINE_TO, 9,
-R_H_LINE_TO, 3.6f,
-R_V_LINE_TO, 7.2f,
-H_LINE_TO, 27,
-R_V_LINE_TO, 3.6f,
+R_MOVE_TO, 15, 33,
+H_LINE_TO, 33,
+R_V_LINE_TO, 12,
+R_H_LINE_TO, -6,
+V_LINE_TO, 33,
+H_LINE_TO, 15,
+R_V_LINE_TO, -6,
+R_H_LINE_TO, 12,
+V_LINE_TO, 15,
+R_H_LINE_TO, 6,
+R_V_LINE_TO, 12,
+R_H_LINE_TO, 12,
+R_V_LINE_TO, 6,
CLOSE,
END
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698