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

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

Issue 1309063006: Fix vectorized icon for PPAPI broker website setting icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: docs Created 5 years, 3 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
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 PATH_MODE_CLEAR, 6 PATH_MODE_CLEAR,
7 MOVE_TO, 32, 32, 7 MOVE_TO, 32, 32,
8 LINE_TO, 16, 32, 8 LINE_TO, 16, 32,
9 LINE_TO, 16, 18, 9 LINE_TO, 16, 18,
10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16, 10 CUBIC_TO, 16, 16.9f, 16.9f, 16, 18, 16,
11 LINE_TO, 32, 16, 11 LINE_TO, 32, 16,
12 CLOSE, 12 CLOSE,
13 NEW_PATH, 13 NEW_PATH,
14 PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37, 14 PATH_COLOR_ARGB, 0xFF, 0xDB, 0x44, 0x37,
15 MOVE_TO, 30, 32, 15 MOVE_TO, 30, 32,
16 LINE_TO, 20, 32, 16 LINE_TO, 20, 32,
17 CUBIC_TO, 18.9f, 32, 18, 31.1f, 18, 30, 17 CUBIC_TO, 18.9f, 32, 18, 31.1f, 18, 30,
18 LINE_TO, 18, 20, 18 LINE_TO, 18, 20,
19 CUBIC_TO, 18, 18.9f, 18.9f, 18, 20, 18, 19 CUBIC_TO, 18, 18.9f, 18.9f, 18, 20, 18,
20 LINE_TO, 30, 18, 20 LINE_TO, 30, 18,
21 CUBIC_TO, 31.1f, 18, 32, 18.9f, 32, 20, 21 CUBIC_TO, 31.1f, 18, 32, 18.9f, 32, 20,
22 LINE_TO, 32, 30, 22 LINE_TO, 32, 30,
23 CUBIC_TO, 32, 31.1f, 31.1f, 32, 30, 32, 23 CUBIC_TO, 32, 31.1f, 31.1f, 32, 30, 32,
24 CLOSE, 24 CLOSE,
25 NEW_PATH, 25 NEW_PATH,
26 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, 26 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF,
27 MOVE_TO, 26.8f, 22, 27 MOVE_TO, 24, 21,
28 LINE_TO, 25, 23.8f, 28 LINE_TO, 26, 21,
29 LINE_TO, 23.2f, 22, 29 LINE_TO, 26, 26,
30 CUBIC_TO, 22.87f, 21.66f, 22.33f, 21.66f, 22, 22, 30 LINE_TO, 24, 26,
31 CUBIC_TO, 21.66f, 22.33f, 21.66f, 22.87f, 22, 23.2f, 31 CLOSE,
32 LINE_TO, 23.8f, 25, 32 MOVE_TO, 24, 27,
33 LINE_TO, 22, 26.8f, 33 LINE_TO, 26, 27,
34 CUBIC_TO, 21.66f, 27.13f, 21.66f, 27.67f, 22, 28, 34 LINE_TO, 26, 29,
35 CUBIC_TO, 22.33f, 28.34f, 22.87f, 28.34f, 23.2f, 28, 35 LINE_TO, 24, 29,
36 LINE_TO, 25, 26.2f,
37 LINE_TO, 26.8f, 28,
38 CUBIC_TO, 27.13f, 28.34f, 27.67f, 28.34f, 28, 28,
39 CUBIC_TO, 28.34f, 27.67f, 28.34f, 27.13f, 28, 26.8f,
40 LINE_TO, 26.2f, 25,
41 LINE_TO, 28, 23.2f,
42 CUBIC_TO, 28.34f, 22.87f, 28.34f, 22.33f, 28, 22,
43 CUBIC_TO, 27.67f, 21.66f, 27.13f, 21.66f, 26.8f, 22,
44 CLOSE, 36 CLOSE,
45 END 37 END
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698