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

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

Issue 2143863004: Use vector assets for media router icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: init to zero Created 4 years, 5 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/vector_icons/media_router_idle.icon ('k') | ui/gfx/vector_icons_sources.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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, 19,
6 PATH_COLOR_ARGB, 0xFF, 0xF0, 0x93, 0x0,
7 MOVE_TO, 16.5f, 2.5f,
8 R_H_LINE_TO, -14,
9 CUBIC_TO, 1.7f, 2.5f, 1, 3.2f, 1, 4,
10 V_LINE_TO, 6.5f,
11 R_H_LINE_TO, 1.5f,
12 V_LINE_TO, 4,
13 R_H_LINE_TO, 14,
14 R_V_LINE_TO, 11,
15 H_LINE_TO, 11,
16 V_LINE_TO, 16.5f,
17 R_H_LINE_TO, 5.5f,
18 R_CUBIC_TO, 0.81f, 0, 1.5f, -0.7f, 1.5f, -1.5f,
19 R_V_LINE_TO, -11,
20 R_CUBIC_TO, 0, -0.8f, -0.69f, -1.5f, -1.5f, -1.5f,
21 CLOSE,
22 MOVE_TO, 1, 8,
23 V_LINE_TO, 9.5f,
24 R_CUBIC_TO, 3.84f, 0.05f, 6.96f, 3.16f, 7, 7,
25 R_H_LINE_TO, 1.5f,
26 R_CUBIC_TO, 0, -4.7f, -3.81f, -8.5f, -8.5f, -8.5f,
27 CLOSE,
28 R_MOVE_TO, 0, 3,
29 V_LINE_TO, 12.5f,
30 R_CUBIC_TO, 2.17f, 0.07f, 3.93f, 1.83f, 4, 4,
31 R_H_LINE_TO, 1.5f,
32 R_CUBIC_TO, 0, -3.04f, -2.46f, -5.5f, -5.5f, -5.5f,
33 CLOSE,
34 R_MOVE_TO, 0, 3,
35 V_LINE_TO, 16.5f,
36 R_H_LINE_TO, 2.5f,
37 R_CUBIC_TO, 0, -1.38f, -1.12f, -2.5f, -2.5f, -2.5f,
38 CLOSE,
39 MOVE_TO, 14, 14,
40 R_H_LINE_TO, 1.5f,
41 V_LINE_TO, 12.5f,
42 H_LINE_TO, 14,
43 MOVE_TO, 14, 11,
44 R_H_LINE_TO, 1.5f,
45 R_V_LINE_TO, -3,
46 H_LINE_TO, 14,
47 CLOSE,
48 END
OLDNEW
« no previous file with comments | « ui/gfx/vector_icons/media_router_idle.icon ('k') | ui/gfx/vector_icons_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698