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: ui/gfx/vector_icons/help.icon

Issue 2327943002: Vectorize help icon in Ash system menu for MD (Closed)
Patch Set: Addressed review comments Created 4 years, 3 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/BUILD.gn ('k') | no next file » | 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 MOVE_TO, 24, 4,
6 CUBIC_TO, 12.95f, 4, 4, 12.95f, 4, 24,
7 CUBIC_TO, 4, 35.05f, 12.95f, 44, 24, 44,
8 CUBIC_TO, 35.05f, 44, 44, 35.05f, 44, 24,
9 CUBIC_TO, 44, 12.95f, 35.05f, 4, 24, 4,
10 LINE_TO, 24, 4,
11 CLOSE,
12 R_MOVE_TO, 2, 34,
13 R_H_LINE_TO, -4,
14 R_V_LINE_TO, -4,
15 R_H_LINE_TO, 4,
16 R_V_LINE_TO, 4,
17 CLOSE,
18 R_MOVE_TO, 4.13f, -15.49f,
19 R_LINE_TO, -1.79f, 1.84f,
20 CUBIC_TO, 26.9f, 25.79f, 26, 27, 26, 30,
21 R_H_LINE_TO, -4,
22 R_V_LINE_TO, -1,
23 R_CUBIC_TO, 0, -2.21f, 0.9f, -4.21f, 2.34f, -5.66f,
24 R_LINE_TO, 2.49f, -2.52f,
25 CUBIC_TO, 27.55f, 20.1f, 28, 19.1f, 28, 18,
26 R_CUBIC_TO, 0, -2.21f, -1.79f, -4, -4, -4,
27 R_CUBIC_TO, -2.21f, 0, -4, 1.79f, -4, 4,
28 R_H_LINE_TO, -4,
29 R_CUBIC_TO, 0, -4.42f, 3.58f, -8, 8, -8,
30 R_CUBIC_TO, 4.42f, 0, 8, 3.58f, 8, 8,
31 R_CUBIC_TO, 0, 1.76f, -0.71f, 3.35f, -1.87f, 4.51f,
32 CLOSE,
33 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698