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

Side by Side Diff: chrome/app/vector_icons/navigate_forward.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, 27.78f, 14.03f, 6 MOVE_TO, 27.78f, 14.03f,
7 CUBIC_TO, 28.47f, 14.15f, 29, 14.77f, 29, 15.5f, 7 CUBIC_TO, 28.47f, 14.15f, 29, 14.77f, 29, 15.5f,
8 CUBIC_TO, 29, 16.25f, 28.47f, 16.86f, 27.76f, 16.98f, 8 CUBIC_TO, 29, 16.25f, 28.47f, 16.86f, 27.76f, 16.98f,
9 LINE_TO, 27.98f, 17.19f, 9 LINE_TO, 27.98f, 17.19f,
10 LINE_TO, 17.64f, 27.51f, 10 LINE_TO, 17.64f, 27.51f,
11 CUBIC_TO, 17.35f, 27.81f, 16.95f, 28, 16.5f, 28, 11 CUBIC_TO, 17.35f, 27.81f, 16.95f, 28, 16.5f, 28,
12 CUBIC_TO, 15.67f, 28, 15, 27.33f, 15, 26.5f, 12 CUBIC_TO, 15.67f, 28, 15, 27.33f, 15, 26.5f,
13 CUBIC_TO, 15, 26.05f, 15.2f, 25.65f, 15.51f, 25.38f, 13 CUBIC_TO, 15, 26.05f, 15.2f, 25.65f, 15.51f, 25.38f,
14 LINE_TO, 15.45f, 25.32f, 14 LINE_TO, 15.45f, 25.32f,
15 LINE_TO, 23.78f, 17, 15 LINE_TO, 23.78f, 17,
16 LINE_TO, 4.49f, 17, 16 LINE_TO, 4.49f, 17,
17 CUBIC_TO, 3.67f, 17, 3, 16.33f, 3, 15.5f, 17 CUBIC_TO, 3.67f, 17, 3, 16.33f, 3, 15.5f,
18 CUBIC_TO, 3, 14.67f, 3.67f, 14, 4.49f, 14, 18 CUBIC_TO, 3, 14.67f, 3.67f, 14, 4.49f, 14,
19 LINE_TO, 23.8f, 14, 19 LINE_TO, 23.8f, 14,
20 LINE_TO, 15.45f, 5.66f, 20 LINE_TO, 15.45f, 5.66f,
21 CUBIC_TO, 15.19f, 5.34f, 15, 4.94f, 15, 4.5f, 21 CUBIC_TO, 15.19f, 5.34f, 15, 4.94f, 15, 4.5f,
22 CUBIC_TO, 15, 3.68f, 15.67f, 3, 16.5f, 3, 22 CUBIC_TO, 15, 3.68f, 15.67f, 3, 16.5f, 3,
23 CUBIC_TO, 16.94f, 3, 17.34f, 3.2f, 17.61f, 3.5f, 23 CUBIC_TO, 16.94f, 3, 17.34f, 3.2f, 17.61f, 3.5f,
24 LINE_TO, 17.64f, 3.47f, 24 LINE_TO, 17.64f, 3.47f,
25 LINE_TO, 28, 13.81f, 25 LINE_TO, 28, 13.81f,
26 CLOSE, 26 CLOSE,
27 END 27 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698