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

Side by Side Diff: ui/gfx/vector_icons/update_menu_new_extension.icon

Issue 1966643002: Integrate new MD update menu icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed indent Created 4 years, 6 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
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 CANVAS_DIMENSIONS, 32,
6 CIRCLE, 16, 16, 16,
7 CLOSE,
8 NEW_PATH,
9 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
10 MOVE_TO, 22.04f, 14.71f,
11 R_V_LINE_TO, -3.17f,
12 R_CUBIC_TO, 0, -0.79f, -0.79f, -1.58f, -1.58f, -1.58f,
13 R_H_LINE_TO, -3.17f,
14 V_LINE_TO, 8.38f,
15 CUBIC_TO, 16.95f, 7.01f, 16.1f, 6, 14.92f, 6,
16 R_CUBIC_TO, -1.19f, 0, -2.49f, 1.01f, -2.37f, 2.38f,
17 R_V_LINE_TO, 1.58f,
18 R_H_LINE_TO, -3.96f,
19 R_CUBIC_TO, -0.79f, 0, -1.58f, 0.79f, -1.58f, 1.58f,
20 R_V_LINE_TO, 3.17f,
21 R_H_LINE_TO, 1.58f,
22 R_CUBIC_TO, 1.12f, 0.16f, 2.22f, 1.25f, 2.38f, 2.38f,
23 R_CUBIC_TO, -0.16f, 1.58f, -1.25f, 2.67f, -2.37f, 2.38f,
24 H_LINE_TO, 7,
25 R_V_LINE_TO, 3.96f,
26 CUBIC_TO, 7, 24.19f, 7.81f, 25, 8.58f, 25,
27 R_H_LINE_TO, 3.96f,
28 R_V_LINE_TO, -1.58f,
29 R_CUBIC_TO, -0.29f, -1.12f, 0.8f, -2.22f, 2.37f, -2.37f,
30 R_CUBIC_TO, 1.12f, 0.16f, 2.22f, 1.25f, 2.38f, 2.38f,
31 V_LINE_TO, 25,
32 R_H_LINE_TO, 3.17f,
33 R_CUBIC_TO, 0.79f, 0, 1.58f, -0.79f, 1.58f, -1.58f,
34 R_V_LINE_TO, -3.96f,
35 R_H_LINE_TO, 1.58f,
36 R_CUBIC_TO, 1.36f, 0.11f, 2.38f, -1.19f, 2.38f, -2.37f,
37 R_CUBIC_TO, 0, -1.19f, -1.01f, -2.03f, -2.37f, -2.37f,
38 R_H_LINE_TO, -1.58f,
39 CLOSE,
40 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698