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

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

Issue 2623693003: Move more vector icons into respective directories. (Closed)
Patch Set: Created 3 years, 11 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/smartphone.icon ('k') | chrome/app/vector_icons/tab_audio.icon » ('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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 MOVE_TO, 42, 6, 5 MOVE_TO, 42, 6,
6 H_LINE_TO, 6, 6 H_LINE_TO, 6,
7 R_CUBIC_TO, -2.21f, 0, -4, 1.79f, -4, 4, 7 R_CUBIC_TO, -2.21f, 0, -4, 1.79f, -4, 4,
8 R_V_LINE_TO, 28, 8 R_V_LINE_TO, 28,
9 R_CUBIC_TO, 0, 2.21f, 1.79f, 4, 4, 4, 9 R_CUBIC_TO, 0, 2.21f, 1.79f, 4, 4, 4,
10 R_H_LINE_TO, 36, 10 R_H_LINE_TO, 36,
11 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4, 11 R_CUBIC_TO, 2.21f, 0, 4, -1.79f, 4, -4,
12 V_LINE_TO, 10, 12 V_LINE_TO, 10,
13 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4, 13 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4,
14 CLOSE, 14 CLOSE,
15 R_MOVE_TO, 0, 32, 15 R_MOVE_TO, 0, 32,
16 H_LINE_TO, 6, 16 H_LINE_TO, 6,
17 V_LINE_TO, 10, 17 V_LINE_TO, 10,
18 R_H_LINE_TO, 20, 18 R_H_LINE_TO, 20,
19 R_V_LINE_TO, 8, 19 R_V_LINE_TO, 8,
20 R_H_LINE_TO, 16, 20 R_H_LINE_TO, 16,
21 R_V_LINE_TO, 20, 21 R_V_LINE_TO, 20,
22 CLOSE, 22 CLOSE,
23 END 23 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/smartphone.icon ('k') | chrome/app/vector_icons/tab_audio.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698