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

Side by Side Diff: chrome/app/vector_icons/navigate_home.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, 32, 5 CANVAS_DIMENSIONS, 32,
6 MOVE_TO, 9, 14.46f, 6 MOVE_TO, 9, 14.46f,
7 LINE_TO, 16, 7.63f, 7 LINE_TO, 16, 7.63f,
8 LINE_TO, 23, 14.46f, 8 LINE_TO, 23, 14.46f,
9 LINE_TO, 23, 25.13f, 9 LINE_TO, 23, 25.13f,
10 LINE_TO, 23, 25.13f, 10 LINE_TO, 23, 25.13f,
(...skipping 17 matching lines...) Expand all
28 CUBIC_TO, 27.85f, 18.16f, 26.79f, 18.16f, 26.14f, 17.52f, 28 CUBIC_TO, 27.85f, 18.16f, 26.79f, 18.16f, 26.14f, 17.52f,
29 LINE_TO, 26, 17.39f, 29 LINE_TO, 26, 17.39f,
30 LINE_TO, 26, 27, 30 LINE_TO, 26, 27,
31 CUBIC_TO, 26, 28.1f, 25.1f, 29, 24, 29, 31 CUBIC_TO, 26, 28.1f, 25.1f, 29, 24, 29,
32 LINE_TO, 8, 29, 32 LINE_TO, 8, 29,
33 CUBIC_TO, 6.9f, 29, 6, 28.1f, 6, 27, 33 CUBIC_TO, 6.9f, 29, 6, 28.1f, 6, 27,
34 LINE_TO, 6, 17.39f, 34 LINE_TO, 6, 17.39f,
35 LINE_TO, 6, 17.39f, 35 LINE_TO, 6, 17.39f,
36 CLOSE, 36 CLOSE,
37 END 37 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698