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

Side by Side Diff: ash/resources/vector_icons/system_menu_accessibility_chromevox.1x.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, 20,
6 MOVE_TO, 7.82f, 11.11f,
7 R_CUBIC_TO, 1.61f, 0, 2.91f, -1.32f, 2.91f, -2.95f,
8 R_CUBIC_TO, 0, -1.63f, -1.3f, -2.95f, -2.91f, -2.95f,
9 R_CUBIC_TO, -1.61f, 0, -2.91f, 1.32f, -2.91f, 2.95f,
10 R_CUBIC_TO, 0, 1.63f, 1.3f, 2.95f, 2.91f, 2.95f,
11 CLOSE,
12 MOVE_TO, 7.75f, 12.5f,
13 R_CUBIC_TO, -1.92f, 0, -5.75f, 1, -5.75f, 3,
14 V_LINE_TO, 17,
15 R_H_LINE_TO, 11.5f,
16 R_V_LINE_TO, -1.5f,
17 R_CUBIC_TO, 0, -1.99f, -3.83f, -3, -5.75f, -3,
18 CLOSE,
19 R_MOVE_TO, 5.71f, -7.02f,
20 R_LINE_TO, -1.22f, 1.25f,
21 R_CUBIC_TO, 0.61f, 0.87f, 0.61f, 2, 0, 2.87f,
22 R_LINE_TO, 1.22f, 1.25f,
23 R_CUBIC_TO, 1.47f, -1.49f, 1.47f, -3.74f, 0, -5.36f,
24 CLOSE,
25 MOVE_TO, 15.87f, 3,
26 R_LINE_TO, -1.19f, 1.2f,
27 R_CUBIC_TO, 2.02f, 2.23f, 2.02f, 5.57f, 0, 7.92f,
28 R_LINE_TO, 1.19f, 1.2f,
29 R_CUBIC_TO, 2.84f, -2.87f, 2.84f, -7.33f, 0, -10.31f,
30 CLOSE,
31 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698