OLD | NEW |
1 // Copyright 2017 The Chromium Authors. All rights reserved. | 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 | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 CANVAS_DIMENSIONS, 32, | 5 CANVAS_DIMENSIONS, 32, |
6 MOVE_TO, 13, 0, | 6 MOVE_TO, 16, 3, |
7 CUBIC_TO, 20.18f, 0, 26, 5.82f, 26, 13, | 7 R_CUBIC_TO, 7.18f, 0, 13, 5.82f, 13, 13, |
8 CUBIC_TO, 26, 20.18f, 20.18f, 26, 13, 26, | 8 R_CUBIC_TO, 0, 7.18f, -5.82f, 13, -13, 13, |
9 CUBIC_TO, 5.82f, 26, 0, 20.18f, 0, 13, | 9 CUBIC_TO_SHORTHAND, 3, 23.18f, 3, 16, |
10 CUBIC_TO, 0, 5.82f, 5.82f, 0, 13, 0, | 10 CUBIC_TO_SHORTHAND, 8.82f, 3, 16, 3, |
11 CLOSE, | 11 CLOSE, |
12 MOVE_TO, 16, 2.53f, | 12 R_MOVE_TO, 3, 2.53f, |
13 CUBIC_TO, 14.96f, 2.19f, 13.86f, 2, 12.71f, 2, | 13 CUBIC_TO, 17.96f, 5.19f, 16.86f, 5, 15.71f, 5, |
14 CUBIC_TO, 6.79f, 2, 2, 6.92f, 2, 13, | 14 CUBIC_TO, 9.79f, 5, 5, 9.93f, 5, 16, |
15 CUBIC_TO, 2, 19.08f, 6.79f, 24, 12.71f, 24, | 15 R_CUBIC_TO, 0, 6.07f, 4.79f, 11, 10.71f, 11, |
16 CUBIC_TO, 13.86f, 24, 14.96f, 23.81f, 16, 23.47f, | 16 R_CUBIC_TO, 1.15f, 0, 2.26f, -0.19f, 3.29f, -0.53f, |
17 CUBIC_TO, 11.7f, 22.04f, 8.59f, 17.89f, 8.59f, 13, | 17 R_CUBIC_TO, -4.3f, -1.43f, -7.41f, -5.58f, -7.41f, -10.47f, |
18 CUBIC_TO, 8.59f, 8.11f, 11.7f, 3.96f, 16, 2.53f, | 18 R_CUBIC_TO, 0, -4.89f, 3.11f, -9.04f, 7.41f, -10.47f, |
19 LINE_TO, 16, 2.53f, | |
20 CLOSE, | 19 CLOSE, |
21 END | 20 END |
OLD | NEW |