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

Side by Side Diff: ui/gfx/vector_icons/overflow_chevron.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/omnibox_star.1x.icon ('k') | ui/gfx/vector_icons/overflow_chevron.1x.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 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 4.12f, 2.42f,
7 CUBIC_TO, 3.64f, 1.86f, 2.85f, 1.86f, 2.36f, 2.42f,
8 CUBIC_TO, 1.88f, 2.98f, 1.88f, 3.89f, 2.36f, 4.45f,
9 LINE_TO, 5, 7.5f,
10 LINE_TO, 2.36f, 10.55f,
11 CUBIC_TO, 1.88f, 11.11f, 1.88f, 12.02f, 2.36f, 12.58f,
12 CUBIC_TO, 2.85f, 13.14f, 3.64f, 13.14f, 4.12f, 12.58f,
13 LINE_TO, 7.64f, 8.52f,
14 CUBIC_TO, 8.12f, 7.95f, 8.12f, 7.05f, 7.64f, 6.48f,
15 LINE_TO, 4.12f, 2.42f,
16 CLOSE,
17 MOVE_TO, 10.12f, 2.42f,
18 CUBIC_TO, 9.64f, 1.86f, 8.85f, 1.86f, 8.36f, 2.42f,
19 CUBIC_TO, 7.88f, 2.98f, 7.88f, 3.89f, 8.36f, 4.45f,
20 LINE_TO, 11, 7.5f,
21 LINE_TO, 8.36f, 10.55f,
22 CUBIC_TO, 7.88f, 11.11f, 7.88f, 12.02f, 8.36f, 12.58f,
23 CUBIC_TO, 8.85f, 13.14f, 9.64f, 13.14f, 10.12f, 12.58f,
24 LINE_TO, 13.64f, 8.52f,
25 CUBIC_TO, 14.12f, 7.95f, 14.12f, 7.05f, 13.64f, 6.48f,
26 LINE_TO, 10.12f, 2.42f,
27 CLOSE,
28 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/omnibox_star.1x.icon ('k') | ui/gfx/vector_icons/overflow_chevron.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698