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

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

Issue 2644903004: Move around more vector icons. (Closed)
Patch Set: fix comment 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 | « ui/gfx/vector_icons/bluetooth_connected.icon ('k') | ui/gfx/vector_icons/credit_card.icon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // found in the LICENSE file.
4
5 STROKE, 3,
6 CAP_SQUARE,
7 MOVE_TO, 1.5, 8.5,
8 R_V_LINE_TO, 34,
9 R_H_LINE_TO, 45,
10 R_V_LINE_TO, -28,
11 R_MOVE_TO, -3, -3,
12 R_H_LINE_TO, -10,
13 R_V_LINE_TO, -3,
14 R_MOVE_TO, -3, -3,
15 R_H_LINE_TO, -10,
16 R_MOVE_TO, 15, 6,
17 R_H_LINE_TO, -18,
18 R_V_LINE_TO, -3,
19 R_MOVE_TO, -3, -3,
20 R_H_LINE_TO, -10,
21 NEW_PATH,
22 STROKE, 2,
23 CAP_SQUARE,
24 MOVE_TO, 12, 35,
25 R_H_LINE_TO, 2,
26 R_MOVE_TO, 2, -2,
27 R_H_LINE_TO, 12,
28 R_MOVE_TO, 2, 2,
29 R_H_LINE_TO, 3,
30 R_MOVE_TO, 2, 2,
31 R_H_LINE_TO, 3,
32 MOVE_TO, 11, 21,
33 R_LINE_TO, 0, 0,
34 R_MOVE_TO, 0, 4,
35 R_LINE_TO, 0, 0,
36 R_MOVE_TO, 4, 0,
37 R_LINE_TO, 0, 0,
38 R_MOVE_TO, 0, -4,
39 R_LINE_TO, 0, 0,
40 R_MOVE_TO, -2, 2,
41 R_LINE_TO, 0, 0,
42 MOVE_TO, 33, 21,
43 R_LINE_TO, 0, 0,
44 R_MOVE_TO, 0, 4,
45 R_LINE_TO, 0, 0,
46 R_MOVE_TO, 4, 0,
47 R_LINE_TO, 0, 0,
48 R_MOVE_TO, 0, -4,
49 R_LINE_TO, 0, 0,
50 R_MOVE_TO, -2, 2,
51 R_LINE_TO, 0, 0,
52 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/bluetooth_connected.icon ('k') | ui/gfx/vector_icons/credit_card.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698