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

Side by Side Diff: components/toolbar/vector_icons/offline_pin.icon

Issue 2968143003: Toolbar: Report offline state through icon and verbose text. (Closed)
Patch Set: Fix header date. Created 3 years, 5 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 2017 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, 24,
6 MOVE_TO, 12, 2,
7 CUBIC_TO, 6.5f, 2, 2, 6.5f, 2, 12,
8 R_CUBIC_TO, 0, 5.5f, 4.5f, 10, 10, 10,
9 R_CUBIC_TO, 5.5f, 0, 10, -4.5f, 10, -10,
10 R_CUBIC_TO, 0, -5.5f, -4.5f, -10, -10, -10,
11 CLOSE,
12 R_MOVE_TO, 5, 16,
13 H_LINE_TO, 7,
14 R_V_LINE_TO, -2,
15 R_H_LINE_TO, 10,
16 R_V_LINE_TO, 2,
17 CLOSE,
18 R_MOVE_TO, -6.7f, -4,
19 LINE_TO, 7, 10.7f,
20 R_LINE_TO, 1.4f, -1.4f,
21 R_LINE_TO, 1.9f, 1.9f,
22 R_LINE_TO, 5.3f, -5.3f,
23 LINE_TO, 17, 7.3f,
24 LINE_TO, 10.3f, 14,
25 CLOSE,
26 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698