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

Side by Side Diff: ash/resources/vector_icons/ime_menu_on_screen_keyboard.icon

Issue 2469663002: [ash-md] Add on-screen keyboard toggle row in IME menu view. (Closed)
Patch Set: Remove use of SetMaximumWidth(). Created 4 years, 1 month 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, 40,
6 MOVE_TO, 31, 15,
7 LINE_TO, 5, 15,
8 LINE_TO, 5, 25,
9 LINE_TO, 31, 25,
10 LINE_TO, 31, 15,
11 LINE_TO, 31, 15,
12 CLOSE,
13 MOVE_TO, 32.73f, 0,
14 LINE_TO, 3.27f, 0,
15 CUBIC_TO, 1.47f, 0, 0, 1.5f, 0, 3.34f,
16 LINE_TO, 0, 26.7f,
17 CUBIC_TO, 0, 28.53f, 1.47f, 30, 3.27f, 30,
18 LINE_TO, 32.73f, 30,
19 CUBIC_TO, 34.53f, 30, 36, 28.53f, 36, 26.7f,
20 LINE_TO, 36, 3.34f,
21 CUBIC_TO, 36, 1.5f, 34.53f, 0, 32.73f, 0,
22 LINE_TO, 32.73f, 0,
23 CLOSE,
24 MOVE_TO, 33, 27,
25 LINE_TO, 3, 27,
26 LINE_TO, 3, 3,
27 LINE_TO, 33, 3,
28 LINE_TO, 33, 27,
29 LINE_TO, 33, 27,
30 CLOSE,
31 MOVE_TO, 12, 21,
32 LINE_TO, 24, 21,
33 LINE_TO, 24, 23,
34 LINE_TO, 12, 23,
35 LINE_TO, 12, 21,
36 CLOSE,
37 MOVE_TO, 7, 17,
38 LINE_TO, 9, 17,
39 LINE_TO, 9, 19,
40 LINE_TO, 7, 19,
41 LINE_TO, 7, 17,
42 CLOSE,
43 MOVE_TO, 11, 17,
44 LINE_TO, 13, 17,
45 LINE_TO, 13, 19,
46 LINE_TO, 11, 19,
47 LINE_TO, 11, 17,
48 CLOSE,
49 MOVE_TO, 15, 17,
50 LINE_TO, 17, 17,
51 LINE_TO, 17, 19,
52 LINE_TO, 15, 19,
53 LINE_TO, 15, 17,
54 CLOSE,
55 MOVE_TO, 19, 17,
56 LINE_TO, 21, 17,
57 LINE_TO, 21, 19,
58 LINE_TO, 19, 19,
59 LINE_TO, 19, 17,
60 CLOSE,
61 MOVE_TO, 23, 17,
62 LINE_TO, 25, 17,
63 LINE_TO, 25, 19,
64 LINE_TO, 23, 19,
65 LINE_TO, 23, 17,
66 CLOSE,
67 MOVE_TO, 27, 17,
68 LINE_TO, 29, 17,
69 LINE_TO, 29, 19,
70 LINE_TO, 27, 19,
71 LINE_TO, 27, 17,
72 CLOSE,
73 END
OLDNEW
« no previous file with comments | « ash/resources/vector_icons/BUILD.gn ('k') | ash/resources/vector_icons/ime_menu_on_screen_keyboard.1x.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698