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

Side by Side Diff: components/toolbar/vector_icons/http.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
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, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 16.5f, 3, 6 MOVE_TO, 16.5f, 3,
7 CUBIC_TO, 9.05f, 3, 3, 9.05f, 3, 16.5f, 7 CUBIC_TO, 9.05f, 3, 3, 9.05f, 3, 16.5f,
8 CUBIC_TO, 3, 23.95f, 9.05f, 30, 16.5f, 30, 8 CUBIC_TO, 3, 23.95f, 9.05f, 30, 16.5f, 30,
9 CUBIC_TO, 23.95f, 30, 30, 23.95f, 30, 16.5f, 9 CUBIC_TO, 23.95f, 30, 30, 23.95f, 30, 16.5f,
10 CUBIC_TO, 30, 9.05f, 23.95f, 3, 16.5f, 3, 10 CUBIC_TO, 30, 9.05f, 23.95f, 3, 16.5f, 3,
11 MOVE_TO, 6, 16.5f, 11 MOVE_TO, 6, 16.5f,
12 CUBIC_TO, 6, 10.71f, 10.71f, 6, 16.5f, 6, 12 CUBIC_TO, 6, 10.71f, 10.71f, 6, 16.5f, 6,
13 CUBIC_TO, 22.29f, 6, 27, 10.71f, 27, 16.5f, 13 CUBIC_TO, 22.29f, 6, 27, 10.71f, 27, 16.5f,
14 CUBIC_TO, 27, 22.29f, 22.29f, 27, 16.5f, 27, 14 CUBIC_TO, 27, 22.29f, 22.29f, 27, 16.5f, 27,
15 CUBIC_TO, 10.71f, 27, 6, 22.29f, 6, 16.5f, 15 CUBIC_TO, 10.71f, 27, 6, 22.29f, 6, 16.5f,
16 MOVE_TO, 15, 23, 16 MOVE_TO, 15, 23,
17 LINE_TO, 18, 23, 17 LINE_TO, 18, 23,
18 LINE_TO, 18, 15, 18 LINE_TO, 18, 15,
19 LINE_TO, 15, 15, 19 LINE_TO, 15, 15,
20 LINE_TO, 15, 23, 20 LINE_TO, 15, 23,
21 MOVE_TO, 15, 13, 21 MOVE_TO, 15, 13,
22 LINE_TO, 18, 13, 22 LINE_TO, 18, 13,
23 LINE_TO, 18, 10, 23 LINE_TO, 18, 10,
24 LINE_TO, 15, 10, 24 LINE_TO, 15, 10,
25 LINE_TO, 15, 13, 25 LINE_TO, 15, 13,
26 CLOSE, 26 CLOSE,
27 END 27 END
OLDNEW
« no previous file with comments | « components/toolbar/vector_icons/business.icon ('k') | components/toolbar/vector_icons/http.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698