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

Side by Side Diff: ash/resources/vector_icons/system_menu_night_light_on.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, 40,
6 MOVE_TO, 16, 0,
7 CUBIC_TO, 24.83f, 0, 32, 7.17f, 32, 16,
8 CUBIC_TO, 32, 24.83f, 24.83f, 32, 16, 32,
9 CUBIC_TO, 7.17f, 32, 0, 24.83f, 0, 16,
10 CUBIC_TO, 0, 7.17f, 7.17f, 0, 16, 0,
11 CLOSE,
12 MOVE_TO, 20, 3.63f,
13 CUBIC_TO, 18.74f, 3.22f, 17.4f, 3, 16, 3,
14 CUBIC_TO, 8.82f, 3, 3, 8.82f, 3, 16,
15 CUBIC_TO, 3, 23.18f, 8.82f, 29, 16, 29,
16 CUBIC_TO, 17.4f, 29, 18.74f, 28.78f, 20, 28.37f,
17 CUBIC_TO, 14.78f, 26.69f, 11, 21.78f, 11, 16,
18 CUBIC_TO, 11, 10.22f, 14.78f, 5.31f, 20, 3.63f,
19 LINE_TO, 20, 3.63f,
20 CLOSE,
21 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698