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

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

Issue 2857103007: [Night Light] CL2: Ash and system tray work (Closed)
Patch Set: Update comment Created 3 years, 7 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, 32,
6 MOVE_TO, 13, 0,
7 CUBIC_TO, 20.18f, 0, 26, 5.82f, 26, 13,
8 CUBIC_TO, 26, 20.18f, 20.18f, 26, 13, 26,
9 CUBIC_TO, 5.82f, 26, 0, 20.18f, 0, 13,
10 CUBIC_TO, 0, 5.82f, 5.82f, 0, 13, 0,
11 CLOSE,
12 MOVE_TO, 16, 2.53f,
13 CUBIC_TO, 14.96f, 2.19f, 13.86f, 2, 12.71f, 2,
14 CUBIC_TO, 6.79f, 2, 2, 6.92f, 2, 13,
15 CUBIC_TO, 2, 19.08f, 6.79f, 24, 12.71f, 24,
16 CUBIC_TO, 13.86f, 24, 14.96f, 23.81f, 16, 23.47f,
17 CUBIC_TO, 11.7f, 22.04f, 8.59f, 17.89f, 8.59f, 13,
18 CUBIC_TO, 8.59f, 8.11f, 11.7f, 3.96f, 16, 2.53f,
19 LINE_TO, 16, 2.53f,
20 CLOSE,
21 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698