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

Side by Side Diff: chrome/app/vector_icons/overflow_chevron.1x.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 | « chrome/app/vector_icons/overflow_chevron.icon ('k') | chrome/app/vector_icons/translate.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 2015 The Chromium Authors. All rights reserved. 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 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, 8, 5 CANVAS_DIMENSIONS, 8,
6 MOVE_TO, 1.41f, 1.23f, 6 MOVE_TO, 1.41f, 1.23f,
7 CUBIC_TO, 1.09f, 0.92f, 0.57f, 0.92f, 0.24f, 1.23f, 7 CUBIC_TO, 1.09f, 0.92f, 0.57f, 0.92f, 0.24f, 1.23f,
8 CUBIC_TO, -0.08f, 1.54f, -0.08f, 2.03f, 0.24f, 2.34f, 8 CUBIC_TO, -0.08f, 1.54f, -0.08f, 2.03f, 0.24f, 2.34f,
9 LINE_TO, 2, 4, 9 LINE_TO, 2, 4,
10 LINE_TO, 0.24f, 5.66f, 10 LINE_TO, 0.24f, 5.66f,
11 CUBIC_TO, -0.08f, 5.97f, -0.08f, 6.46f, 0.24f, 6.77f, 11 CUBIC_TO, -0.08f, 5.97f, -0.08f, 6.46f, 0.24f, 6.77f,
12 CUBIC_TO, 0.57f, 7.08f, 1.09f, 7.08f, 1.41f, 6.77f, 12 CUBIC_TO, 0.57f, 7.08f, 1.09f, 7.08f, 1.41f, 6.77f,
13 LINE_TO, 3.76f, 4.55f, 13 LINE_TO, 3.76f, 4.55f,
14 CUBIC_TO, 4.08f, 4.25f, 4.08f, 3.75f, 3.76f, 3.45f, 14 CUBIC_TO, 4.08f, 4.25f, 4.08f, 3.75f, 3.76f, 3.45f,
15 LINE_TO, 1.41f, 1.23f, 15 LINE_TO, 1.41f, 1.23f,
16 CLOSE, 16 CLOSE,
17 MOVE_TO, 5.41f, 1.23f, 17 MOVE_TO, 5.41f, 1.23f,
18 CUBIC_TO, 5.09f, 0.92f, 4.57f, 0.92f, 4.24f, 1.23f, 18 CUBIC_TO, 5.09f, 0.92f, 4.57f, 0.92f, 4.24f, 1.23f,
19 CUBIC_TO, 3.92f, 1.54f, 3.92f, 2.03f, 4.24f, 2.34f, 19 CUBIC_TO, 3.92f, 1.54f, 3.92f, 2.03f, 4.24f, 2.34f,
20 LINE_TO, 6, 4, 20 LINE_TO, 6, 4,
21 LINE_TO, 4.24f, 5.66f, 21 LINE_TO, 4.24f, 5.66f,
22 CUBIC_TO, 3.92f, 5.97f, 3.92f, 6.46f, 4.24f, 6.77f, 22 CUBIC_TO, 3.92f, 5.97f, 3.92f, 6.46f, 4.24f, 6.77f,
23 CUBIC_TO, 4.57f, 7.08f, 5.09f, 7.08f, 5.41f, 6.77f, 23 CUBIC_TO, 4.57f, 7.08f, 5.09f, 7.08f, 5.41f, 6.77f,
24 LINE_TO, 7.76f, 4.55f, 24 LINE_TO, 7.76f, 4.55f,
25 CUBIC_TO, 8.08f, 4.25f, 8.08f, 3.75f, 7.76f, 3.45f, 25 CUBIC_TO, 8.08f, 4.25f, 8.08f, 3.75f, 7.76f, 3.45f,
26 LINE_TO, 5.41f, 1.23f, 26 LINE_TO, 5.41f, 1.23f,
27 CLOSE, 27 CLOSE,
28 END 28 END
OLDNEW
« no previous file with comments | « chrome/app/vector_icons/overflow_chevron.icon ('k') | chrome/app/vector_icons/translate.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698