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

Side by Side Diff: ui/message_center/vector_icons/product.icon

Issue 2892893002: Initial implementation of new-style notification (Closed)
Patch Set: addressed comments Created 3 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 2017 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, 10.6f,
7 LINE_TO, 26.68f, 10.6f,
8 CUBIC_TO, 24.76f, 6.64f, 20.68f, 4, 16, 4,
9 CUBIC_TO, 12.28f, 4, 8.92f, 5.68f, 6.76f, 8.32f,
10 LINE_TO, 10.72f, 15.16f,
11 CUBIC_TO, 11.08f, 12.64f, 13.36f, 10.6f, 16, 10.6f,
12 LINE_TO, 16, 10.6f,
13 CLOSE,
14 MOVE_TO, 16, 21.4f,
15 CUBIC_TO, 13.96f, 21.4f, 12.28f, 20.32f, 11.32f, 18.64f,
16 LINE_TO, 5.92f, 9.4f,
17 CUBIC_TO, 4.72f, 11.32f, 4, 13.6f, 4, 16,
18 CUBIC_TO, 4, 22, 8.32f, 26.92f, 14.08f, 27.88f,
19 LINE_TO, 18.04f, 21.04f,
20 CUBIC_TO, 17.32f, 21.28f, 16.72f, 21.4f, 16, 21.4f,
21 LINE_TO, 16, 21.4f,
22 CLOSE,
23 MOVE_TO, 21.4f, 16,
24 CUBIC_TO, 21.4f, 16.96f, 21.16f, 17.92f, 20.68f, 18.64f,
25 LINE_TO, 15.28f, 28,
26 LINE_TO, 16, 28,
27 CUBIC_TO, 22.6f, 28, 28, 22.6f, 28, 16,
28 CUBIC_TO, 28, 14.56f, 27.76f, 13.12f, 27.28f, 11.8f,
29 LINE_TO, 19.36f, 11.8f,
30 CUBIC_TO, 20.56f, 12.76f, 21.4f, 14.32f, 21.4f, 16,
31 CLOSE,
32 MOVE_TO, 16, 20.2f,
33 CUBIC_TO, 18.32f, 20.2f, 20.2f, 18.32f, 20.2f, 16,
34 CUBIC_TO, 20.2f, 13.68f, 18.32f, 11.8f, 16, 11.8f,
35 CUBIC_TO, 13.68f, 11.8f, 11.8f, 13.68f, 11.8f, 16,
36 CUBIC_TO, 11.8f, 18.32f, 13.68f, 20.2f, 16, 20.2f,
37 CLOSE,
38 END
OLDNEW
« no previous file with comments | « ui/message_center/message_center_switches.cc ('k') | ui/message_center/vector_icons/product.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698