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

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

Issue 2218323002: Better CrOS logout button for vertical trays. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: without debug code Created 4 years, 4 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, 32,
6 MOVE_TO, 16.48f, 24,
7 LINE_TO, 24, 16.5f,
8 LINE_TO, 16.48f, 9,
9 LINE_TO, 14, 11.5f,
10 R_LINE_TO, 3.5f, 3.5f,
11 H_LINE_TO, 3,
12 R_V_LINE_TO, 3,
13 R_H_LINE_TO, 14.5f,
14 LINE_TO, 14, 21.5f,
15 R_LINE_TO, 2.48f, 2.5f,
16 CLOSE,
17 MOVE_TO, 6, 3,
18 CUBIC_TO, 4.15f, 3, 3, 4.5f, 3, 6.33f,
19 V_LINE_TO, 11,
20 R_H_LINE_TO, 3,
21 V_LINE_TO, 6.01f,
22 R_H_LINE_TO, 20,
23 R_V_LINE_TO, 20.02f,
24 H_LINE_TO, 6,
25 V_LINE_TO, 22,
26 H_LINE_TO, 3,
27 R_V_LINE_TO, 3.67f,
28 CUBIC_TO, 3, 27.5f, 4.48f, 29, 6.33f, 29,
29 R_H_LINE_TO, 19.33f,
30 CUBIC_TO, 27.5f, 29, 29, 27.5f, 29, 25.67f,
31 V_LINE_TO, 6.33f,
32 CUBIC_TO, 29, 4.5f, 27.5f, 3, 25.67f, 3,
33 H_LINE_TO, 6,
34 CLOSE,
35 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698