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

Side by Side Diff: chrome/app/vector_icons/google_search_mac_touchbar.icon

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps Created 3 years, 9 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 | « chrome/app/vector_icons/eol.icon ('k') | chrome/browser/chromeos/eol_notification.cc » ('j') | 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, 32, 5 CANVAS_DIMENSIONS, 32,
6 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4, 6 PATH_COLOR_ARGB, 0xFF, 0x42, 0x85, 0xF4,
7 MOVE_TO, 31.9f, 16.36f, 7 MOVE_TO, 31.9f, 16.36f,
8 R_CUBIC_TO, 0, -1.13f, -0.1f, -2.22f, -0.3f, -3.27f, 8 R_CUBIC_TO, 0, -1.13f, -0.1f, -2.22f, -0.3f, -3.27f,
9 H_LINE_TO, 16.27f, 9 H_LINE_TO, 16.27f,
10 R_V_LINE_TO, 6.15f, 10 R_V_LINE_TO, 6.15f,
(...skipping 29 matching lines...) Expand all
40 PATH_COLOR_ARGB, 0xFF, 0xEA, 0x43, 0x35, 40 PATH_COLOR_ARGB, 0xFF, 0xEA, 0x43, 0x35,
41 MOVE_TO, 16.27f, 6.36f, 41 MOVE_TO, 16.27f, 6.36f,
42 R_CUBIC_TO, 2.4f, 0, 4.53f, 0.8f, 6.22f, 2.4f, 42 R_CUBIC_TO, 2.4f, 0, 4.53f, 0.8f, 6.22f, 2.4f,
43 R_LINE_TO, 4.63f, -4.6f, 43 R_LINE_TO, 4.63f, -4.6f,
44 CUBIC_TO, 24.33f, 1.6f, 20.63f, 0, 16.23f, 0, 44 CUBIC_TO, 24.33f, 1.6f, 20.63f, 0, 16.23f, 0,
45 CUBIC_TO, 9.96f, 0, 4.46f, 3.6f, 1.78f, 8.8f, 45 CUBIC_TO, 9.96f, 0, 4.46f, 3.6f, 1.78f, 8.8f,
46 R_LINE_TO, 5.43f, 4.16f, 46 R_LINE_TO, 5.43f, 4.16f,
47 R_CUBIC_TO, 1.27f, -3.78f, 4.85f, -6.6f, 9.1f, -6.6f, 47 R_CUBIC_TO, 1.27f, -3.78f, 4.85f, -6.6f, 9.1f, -6.6f,
48 CLOSE, 48 CLOSE,
49 END 49 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/eol.icon ('k') | chrome/browser/chromeos/eol_notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698