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, 40, | 5 CANVAS_DIMENSIONS, 40, |
6 MOVE_TO, 16, 0, | 6 MOVE_TO, 20, 4, |
7 CUBIC_TO, 24.83f, 0, 32, 7.17f, 32, 16, | 7 R_CUBIC_TO, 8.83f, 0, 16, 7.17f, 16, 16, |
8 CUBIC_TO, 32, 24.83f, 24.83f, 32, 16, 32, | 8 R_CUBIC_TO, 0, 8.83f, -7.17f, 16, -16, 16, |
9 CUBIC_TO, 7.17f, 32, 0, 24.83f, 0, 16, | 9 CUBIC_TO_SHORTHAND, 4, 28.83f, 4, 20, |
10 CUBIC_TO, 0, 7.17f, 7.17f, 0, 16, 0, | 10 CUBIC_TO_SHORTHAND, 11.17f, 4, 20, 4, |
11 CLOSE, | 11 CLOSE, |
12 MOVE_TO, 20, 3.63f, | 12 R_MOVE_TO, 4, 3.63f, |
13 CUBIC_TO, 18.74f, 3.22f, 17.4f, 3, 16, 3, | 13 CUBIC_TO, 22.74f, 7.22f, 21.4f, 7, 20, 7, |
14 CUBIC_TO, 8.82f, 3, 3, 8.82f, 3, 16, | 14 CUBIC_TO, 12.82f, 7, 7, 12.82f, 7, 20, |
15 CUBIC_TO, 3, 23.18f, 8.82f, 29, 16, 29, | 15 R_CUBIC_TO, 0, 7.18f, 5.82f, 13, 13, 13, |
16 CUBIC_TO, 17.4f, 29, 18.74f, 28.78f, 20, 28.37f, | 16 R_CUBIC_TO, 1.4f, 0, 2.74f, -0.22f, 4, -0.63f, |
17 CUBIC_TO, 14.78f, 26.69f, 11, 21.78f, 11, 16, | 17 R_CUBIC_TO, -5.22f, -1.69f, -9, -6.59f, -9, -12.37f, |
18 CUBIC_TO, 11, 10.22f, 14.78f, 5.31f, 20, 3.63f, | 18 R_CUBIC_TO, 0, -5.78f, 3.78f, -10.69f, 9, -12.37f, |
19 LINE_TO, 20, 3.63f, | |
20 CLOSE, | 19 CLOSE, |
21 END | 20 END |
OLD | NEW |