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

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

Issue 2729623002: Update vector icons in browser profiles code (bubble, etc.) to structs. (Closed)
Patch Set: review 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 | « ui/gfx/vector_icons/account_circle.icon ('k') | ui/gfx/vector_icons/lock.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 2016 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, 24,
6 MOVE_TO, 4, 6,
7 H_LINE_TO, 2,
8 R_V_LINE_TO, 14,
9 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
10 R_H_LINE_TO, 14,
11 R_V_LINE_TO, -2,
12 H_LINE_TO, 4,
13 V_LINE_TO, 6,
14 CLOSE,
15 R_MOVE_TO, 16, -4,
16 H_LINE_TO, 8,
17 R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
18 R_V_LINE_TO, 12,
19 R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
20 R_H_LINE_TO, 12,
21 R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
22 V_LINE_TO, 4,
23 R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
24 CLOSE,
25 R_MOVE_TO, -3.17f, 12.24f,
26 LINE_TO, 14, 11.41f,
27 R_LINE_TO, -2.83f, 2.83f,
28 R_LINE_TO, -1.41f, -1.41f,
29 LINE_TO, 12.59f, 10,
30 LINE_TO, 9.76f, 7.17f,
31 R_LINE_TO, 1.41f, -1.41f,
32 LINE_TO, 14, 8.59f,
33 R_LINE_TO, 2.83f, -2.83f,
34 R_LINE_TO, 1.41f, 1.41f,
35 LINE_TO, 15.41f, 10,
36 R_LINE_TO, 2.83f, 2.83f,
37 R_LINE_TO, -1.41f, 1.41f,
38 CLOSE,
39 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/account_circle.icon ('k') | ui/gfx/vector_icons/lock.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698