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

Side by Side Diff: ui/gfx/vector_icons/google_search_mac_touchbar.icon

Issue 2711443003: [Mac] Adjustments to the Default State Touch Bar (Closed)
Patch Set: Fixed star color 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 2017 The Chromium Authors. All rights reserved.
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, 60,
Evan Stade 2017/02/22 16:14:24 Scaling down from 60 to 32 (16?) may not look amaz
spqchan 2017/02/22 19:07:52 That's a good point. It looks fine on the touch ba
Evan Stade 2017/02/24 07:22:15 it looks like you just scaled down the svg to 32 b
6 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
7 MOVE_TO, 59.8f, 30.68f,
8 R_CUBIC_TO, 0, -2.12f, -0.2f, -4.17f, -0.56f, -6.13f,
9 H_LINE_TO, 30.5f,
10 R_V_LINE_TO, 11.6f,
11 R_H_LINE_TO, 16.43f,
12 R_CUBIC_TO, -0.7f, 3.75f, -2.86f, 6.93f, -6.1f, 9.06f,
13 R_V_LINE_TO, 7.56f,
14 R_H_LINE_TO, 9.87f,
15 R_CUBIC_TO, 5.77f, -5.22f, 9.1f, -12.9f, 9.1f, -22.05f,
16 CLOSE,
17 NEW_PATH,
18 PATH_COLOR_ARGB, 0xFF, 0x34, 0xA8, 0x53,
19 MOVE_TO, 30.5f, 60,
20 R_CUBIC_TO, 8.25f, 0, 15.15f, -2.7f, 20.2f, -7.27f,
21 R_LINE_TO, -9.86f, -7.52f,
22 CUBIC_TO, 38.1f, 47, 34.6f, 48.1f, 30.5f, 48.1f,
23 R_CUBIC_TO, -7.94f, 0, -14.66f, -5.28f, -17.06f, -12.37f,
24 H_LINE_TO, 3.24f,
25 R_V_LINE_TO, 7.78f,
26 CUBIC_TO, 8.27f, 53.3f, 18.6f, 60, 30.52f, 60,
27 CLOSE,
28 NEW_PATH,
29 PATH_COLOR_ARGB, 0xFF, 0xFB, 0xBC, 0x05,
30 MOVE_TO, 13.44f, 35.7f,
31 R_CUBIC_TO, -0.6f, -1.8f, -0.96f, -3.72f, -0.96f, -5.7f,
32 R_CUBIC_TO, 0, -1.98f, 0.35f, -3.9f, 0.96f, -5.7f,
33 R_V_LINE_TO, -7.77f,
34 H_LINE_TO, 3.24f,
35 CUBIC_TO, 1.18f, 20.58f, 0, 25.16f, 0, 30,
36 R_CUBIC_TO, 0, 4.84f, 1.18f, 9.42f, 3.24f, 13.47f,
37 R_LINE_TO, 10.2f, -7.77f,
38 CLOSE,
39 NEW_PATH,
40 PATH_COLOR_ARGB, 0xFF, 0xEA, 0x43, 0x35,
41 MOVE_TO, 30.5f, 11.93f,
42 R_CUBIC_TO, 4.5f, 0, 8.5f, 1.52f, 11.67f, 4.5f,
43 R_LINE_TO, 8.75f, -8.62f,
44 CUBIC_TO, 45.64f, 3, 38.72f, 0, 30.52f, 0,
45 CUBIC_TO, 18.57f, 0, 8.25f, 6.72f, 3.24f, 16.53f,
46 R_LINE_TO, 10.2f, 7.77f,
47 R_CUBIC_TO, 2.4f, -7.1f, 9.1f, -12.37f, 17.06f, -12.37f,
48 CLOSE,
49 END
OLDNEW
« chrome/browser/ui/cocoa/browser_window_touch_bar.mm ('K') | « ui/gfx/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698