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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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, 36, 5 CANVAS_DIMENSIONS, 60,
6 MOVE_TO, 18, 0, 6 MOVE_TO, 30, 0,
7 R_CUBIC_TO, -9.94f, 0, -18, 8.06f, -18, 18, 7 CUBIC_TO, 13.44f, 0, 0, 13.44f, 0, 30,
8 R_CUBIC_TO, 0, 9.94f, 8.06f, 18, 18, 18, 8 R_CUBIC_TO, 0, 16.56f, 13.44f, 30, 30, 30,
9 R_CUBIC_TO, 9.94f, 0, 18, -8.06f, 18, -18, 9 R_CUBIC_TO, 16.56f, 0, 30, -13.44f, 30, -30,
10 R_CUBIC_TO, 0, -9.94f, -8.06f, -18, -18, -18, 10 CUBIC_TO, 60, 13.44f, 46.56f, 0, 30, 0,
11 CLOSE, 11 CLOSE,
12 R_MOVE_TO, 9, 19.8f, 12 R_MOVE_TO, 15, 33,
13 R_H_LINE_TO, -7.2f, 13 H_LINE_TO, 33,
14 V_LINE_TO, 27, 14 R_V_LINE_TO, 12,
15 R_H_LINE_TO, -3.6f, 15 R_H_LINE_TO, -6,
16 R_V_LINE_TO, -7.2f, 16 V_LINE_TO, 33,
17 H_LINE_TO, 9, 17 H_LINE_TO, 15,
18 R_V_LINE_TO, -3.6f, 18 R_V_LINE_TO, -6,
19 R_H_LINE_TO, 7.2f, 19 R_H_LINE_TO, 12,
20 V_LINE_TO, 9, 20 V_LINE_TO, 15,
21 R_H_LINE_TO, 3.6f, 21 R_H_LINE_TO, 6,
22 R_V_LINE_TO, 7.2f, 22 R_V_LINE_TO, 12,
23 H_LINE_TO, 27, 23 R_H_LINE_TO, 12,
24 R_V_LINE_TO, 3.6f, 24 R_V_LINE_TO, 6,
25 CLOSE, 25 CLOSE,
26 END 26 END
OLDNEW
« 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