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

Side by Side Diff: ash/resources/vector_icons/system_menu_accessibility_screen_magnifier.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, 26.87f, 24.13f,
7 R_H_LINE_TO, -1.44f,
8 R_LINE_TO, -0.51f, -0.49f,
9 R_CUBIC_TO, 1.79f, -2.09f, 2.87f, -4.79f, 2.87f, -7.74f,
10 CUBIC_TO, 27.79f, 9.32f, 22.46f, 4, 15.89f, 4,
11 CUBIC_TO, 9.32f, 4, 4, 9.32f, 4, 15.89f,
12 R_CUBIC_TO, 0, 6.57f, 5.32f, 11.89f, 11.89f, 11.89f,
13 R_CUBIC_TO, 2.95f, 0, 5.65f, -1.08f, 7.74f, -2.87f,
14 R_LINE_TO, 0.49f, 0.51f,
15 R_V_LINE_TO, 1.45f,
16 LINE_TO, 33.27f, 36,
17 LINE_TO, 36, 33.27f,
18 R_LINE_TO, -9.13f, -9.15f,
19 CLOSE,
20 R_MOVE_TO, -10.98f, 0,
21 R_CUBIC_TO, -4.56f, 0, -8.23f, -3.68f, -8.23f, -8.23f,
22 R_CUBIC_TO, 0, -4.56f, 3.68f, -8.23f, 8.23f, -8.23f,
23 R_CUBIC_TO, 4.56f, 0, 8.23f, 3.68f, 8.23f, 8.23f,
24 R_CUBIC_TO, 0, 4.56f, -3.68f, 8.23f, -8.23f, 8.23f,
25 CLOSE,
26 MOVE_TO, 17, 17,
27 R_V_LINE_TO, 4,
28 R_H_LINE_TO, -2,
29 R_V_LINE_TO, -4,
30 R_H_LINE_TO, -4,
31 R_V_LINE_TO, -2,
32 R_H_LINE_TO, 4,
33 R_V_LINE_TO, -4,
34 R_H_LINE_TO, 2,
35 R_V_LINE_TO, 4,
36 R_H_LINE_TO, 4,
37 R_V_LINE_TO, 2,
38 CLOSE,
39 END
40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698