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

Side by Side Diff: chrome/app/vector_icons/browser_tools.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, 7, 3.5f, 6 MOVE_TO, 7, 3.5f,
7 CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2, 7 CUBIC_TO, 7, 2.67f, 7.67f, 2, 8.5f, 2,
8 CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f, 8 CUBIC_TO, 9.33f, 2, 10, 2.67f, 10, 3.5f,
9 CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5, 9 CUBIC_TO, 10, 4.33f, 9.33f, 5, 8.5f, 5,
10 CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f, 10 CUBIC_TO, 7.67f, 5, 7, 4.33f, 7, 3.5f,
11 CLOSE, 11 CLOSE,
12 MOVE_TO, 7, 8.5f, 12 MOVE_TO, 7, 8.5f,
13 CUBIC_TO, 7, 7.67f, 7.67f, 7, 8.5f, 7, 13 CUBIC_TO, 7, 7.67f, 7.67f, 7, 8.5f, 7,
14 CUBIC_TO, 9.33f, 7, 10, 7.67f, 10, 8.5f, 14 CUBIC_TO, 9.33f, 7, 10, 7.67f, 10, 8.5f,
15 CUBIC_TO, 10, 9.33f, 9.33f, 10, 8.5f, 10, 15 CUBIC_TO, 10, 9.33f, 9.33f, 10, 8.5f, 10,
16 CUBIC_TO, 7.67f, 10, 7, 9.33f, 7, 8.5f, 16 CUBIC_TO, 7.67f, 10, 7, 9.33f, 7, 8.5f,
17 CLOSE, 17 CLOSE,
18 MOVE_TO, 7, 13.5f, 18 MOVE_TO, 7, 13.5f,
19 CUBIC_TO, 7, 12.67f, 7.67f, 12, 8.5f, 12, 19 CUBIC_TO, 7, 12.67f, 7.67f, 12, 8.5f, 12,
20 CUBIC_TO, 9.33f, 12, 10, 12.67f, 10, 13.5f, 20 CUBIC_TO, 9.33f, 12, 10, 12.67f, 10, 13.5f,
21 CUBIC_TO, 10, 14.33f, 9.33f, 15, 8.5f, 15, 21 CUBIC_TO, 10, 14.33f, 9.33f, 15, 8.5f, 15,
22 CUBIC_TO, 7.67f, 15, 7, 14.33f, 7, 13.5f, 22 CUBIC_TO, 7.67f, 15, 7, 14.33f, 7, 13.5f,
23 CLOSE, 23 CLOSE,
24 END 24 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698