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

Side by Side Diff: chrome/app/vector_icons/tab_usb_connected.1x.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/tab_usb_connected.icon ('k') | chrome/app/vector_icons/tablet.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 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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, 16, 5 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 10, 8, 6 MOVE_TO, 10, 8,
7 R_H_LINE_TO, 1, 7 R_H_LINE_TO, 1,
8 R_V_LINE_TO, 1, 8 R_V_LINE_TO, 1,
9 H_LINE_TO, 9, 9 H_LINE_TO, 9,
10 V_LINE_TO, 5, 10 V_LINE_TO, 5,
(...skipping 18 matching lines...) Expand all
29 R_LINE_TO, 1, -1, 29 R_LINE_TO, 1, -1,
30 R_LINE_TO, -1, -1, 30 R_LINE_TO, -1, -1,
31 R_V_LINE_TO, -2, 31 R_V_LINE_TO, -2,
32 R_H_LINE_TO, 2, 32 R_H_LINE_TO, 2,
33 R_CUBIC_TO, 0.5f, 0, 1, -0.5f, 1, -1, 33 R_CUBIC_TO, 0.5f, 0, 1, -0.5f, 1, -1,
34 V_LINE_TO, 6, 34 V_LINE_TO, 6,
35 R_H_LINE_TO, -2, 35 R_H_LINE_TO, -2,
36 R_V_LINE_TO, 2, 36 R_V_LINE_TO, 2,
37 CLOSE, 37 CLOSE,
38 END 38 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/tab_usb_connected.icon ('k') | chrome/app/vector_icons/tablet.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698