OLD | NEW |
---|---|
(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 | |
OLD | NEW |