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

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

Issue 2343603003: [Chrome OS MD] Implement accessibility detailed view for the MD Ash system menu (Closed)
Patch Set: ' Created 4 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
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, 15.64f, 22.21f,
7 R_CUBIC_TO, 3.21f, 0, 5.82f, -2.64f, 5.82f, -5.89f,
8 R_CUBIC_TO, 0, -3.26f, -2.61f, -5.89f, -5.82f, -5.89f,
9 CUBIC_TO_SHORTHAND, 9.82f, 13.06f, 9.82f, 16.32f,
10 R_CUBIC_TO, 0, 3.26f, 2.6f, 5.9f, 5.82f, 5.9f,
11 CLOSE,
12 MOVE_TO, 15.5f, 25,
13 CUBIC_TO, 11.66f, 25, 4, 27.01f, 4, 31,
14 R_V_LINE_TO, 3,
15 R_H_LINE_TO, 23,
16 R_V_LINE_TO, -3,
17 R_CUBIC_TO, 0, -3.99f, -7.66f, -6, -11.5f, -6,
18 CLOSE,
19 R_MOVE_TO, 11.43f, -14.05f,
20 R_LINE_TO, -2.44f, 2.49f,
21 R_CUBIC_TO, 1.22f, 1.74f, 1.22f, 3.99f, 0, 5.73f,
22 R_LINE_TO, 2.44f, 2.49f,
23 R_CUBIC_TO, 2.94f, -2.98f, 2.94f, -7.47f, 0, -10.71f,
24 CLOSE,
25 MOVE_TO, 31.74f, 6,
26 R_LINE_TO, -2.37f, 2.4f,
27 R_CUBIC_TO, 4.03f, 4.45f, 4.03f, 11.14f, 0, 15.83f,
28 R_LINE_TO, 2.37f, 2.4f,
29 R_CUBIC_TO, 5.67f, -5.73f, 5.69f, -14.66f, 0, -20.63f,
30 CLOSE,
31 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698