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

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

Issue 2051663005: Vectorize the remaining material design shelf icons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit addressed 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 MOVE_TO, 16, 28,
7 R_CUBIC_TO, 1.51f, 0, 2.75f, -0.9f, 2.75f, -2,
8 R_H_LINE_TO, -5.5f,
9 R_CUBIC_TO, 0, 1.1f, 1.22f, 2, 2.75f, 2,
10 CLOSE,
11 R_MOVE_TO, 8, -7,
12 R_V_LINE_TO, -6.5f,
13 R_CUBIC_TO, 0, -3.98f, -2, -7.5f, -6, -8,
14 V_LINE_TO, 5.5f,
15 CUBIC_TO, 18, 4.5f, 17, 4, 16, 4,
16 R_CUBIC_TO, -1, 0, -2, 0.5f, -2, 1.5f,
17 V_LINE_TO, 6.5f,
18 R_CUBIC_TO, -4, 0.5f, -6, 4.02f, -6, 8,
19 V_LINE_TO, 21,
20 R_LINE_TO, -3, 2.5f,
21 V_LINE_TO, 25,
22 R_H_LINE_TO, 22,
23 R_V_LINE_TO, -1.5f,
24 LINE_TO, 24, 21,
25 CLOSE,
26 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/shelf_keyboard.1x.icon ('k') | ui/gfx/vector_icons/shelf_notifications.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698