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

Side by Side Diff: ui/gfx/vector_icons/check_circle.1x.icon

Issue 2343603003: [Chrome OS MD] Implement accessibility detailed view for the MD Ash system menu (Closed)
Patch Set: address comments 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 2015 The Chromium Authors. All rights reserved.
tdanderson 2016/09/19 23:32:27 nit: update year.
yiyix 2016/09/21 17:10:48 I updated the year in both check_circle files.
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, 20,
6 MOVE_TO, 10, 2,
7 R_CUBIC_TO, -4.42f, 0, -8, 3.58f, -8, 8,
8 R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8,
9 R_CUBIC_TO, 4.42f, 0, 8, -3.58f, 8, -8,
10 R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8,
11 CLOSE,
12 MOVE_TO, 8.4f, 14,
13 R_LINE_TO, -4, -4,
14 R_LINE_TO, 1.13f, -1.13f,
15 LINE_TO, 8.4f, 11.74f,
16 R_LINE_TO, 6.07f, -6.07f,
17 LINE_TO, 15.6f, 6.8f,
18 LINE_TO, 8.4f, 14,
19 CLOSE,
20 END
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698