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

Side by Side Diff: chrome/app/vector_icons/navigate_home.1x.icon

Issue 2618403002: Reland crrev.com/8283cad74e0cad4840d1f with fix for static initializers. (Closed)
Patch Set: re-up 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, 16, 5 CANVAS_DIMENSIONS, 16,
6 MOVE_TO, 3.35f, 7, 6 MOVE_TO, 3.35f, 7,
7 LINE_TO, 8, 2.5f, 7 LINE_TO, 8, 2.5f,
8 LINE_TO, 12.65f, 7, 8 LINE_TO, 12.65f, 7,
9 LINE_TO, 12, 7, 9 LINE_TO, 12, 7,
10 LINE_TO, 12, 14, 10 LINE_TO, 12, 14,
(...skipping 12 matching lines...) Expand all
23 CUBIC_TO, 15.38f, 9.09f, 14.81f, 9.09f, 14.46f, 8.74f, 23 CUBIC_TO, 15.38f, 9.09f, 14.81f, 9.09f, 14.46f, 8.74f,
24 LINE_TO, 14, 8.3f, 24 LINE_TO, 14, 8.3f,
25 LINE_TO, 14, 14.5f, 25 LINE_TO, 14, 14.5f,
26 CUBIC_TO, 14, 15.5f, 13.5f, 16, 12.5f, 16, 26 CUBIC_TO, 14, 15.5f, 13.5f, 16, 12.5f, 16,
27 LINE_TO, 3.5f, 16, 27 LINE_TO, 3.5f, 16,
28 CUBIC_TO, 2.5f, 16, 2, 15.5f, 2, 14.5f, 28 CUBIC_TO, 2.5f, 16, 2, 15.5f, 2, 14.5f,
29 LINE_TO, 2, 8.3f, 29 LINE_TO, 2, 8.3f,
30 LINE_TO, 2, 8.3f, 30 LINE_TO, 2, 8.3f,
31 CLOSE, 31 CLOSE,
32 END 32 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698