OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 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, 20, | 5 CANVAS_DIMENSIONS, 20, |
6 MOVE_TO, 11.62f, 9.98f, | 6 MOVE_TO, 11.62f, 9.98f, |
7 ARC_TO, 1.82f, 1.82f, 0, 0, 0, 10, 9.01f, | 7 ARC_TO, 1.82f, 1.82f, 0, 0, 0, 10, 9.01f, |
8 R_CUBIC_TO, -0.7f, 0, -1.31f, 0.39f, -1.62f, 0.97f, | 8 R_CUBIC_TO, -0.7f, 0, -1.31f, 0.39f, -1.62f, 0.97f, |
9 R_CUBIC_TO, -0.15f, 0.26f, -0.23f, 0.56f, -0.23f, 0.87f, | 9 R_CUBIC_TO, -0.15f, 0.26f, -0.23f, 0.56f, -0.23f, 0.87f, |
10 R_CUBIC_TO, 0, 0.99f, 0.83f, 1.81f, 1.85f, 1.81f, | 10 R_CUBIC_TO, 0, 0.99f, 0.83f, 1.81f, 1.85f, 1.81f, |
(...skipping 17 matching lines...) Expand all Loading... |
28 R_CUBIC_TO, 0.31f, -0.96f, 2, -1.65f, 3.55f, -1.65f, | 28 R_CUBIC_TO, 0.31f, -0.96f, 2, -1.65f, 3.55f, -1.65f, |
29 R_CUBIC_TO, 0.4f, 0, 0.8f, 0.05f, 1.2f, 0.14f, | 29 R_CUBIC_TO, 0.4f, 0, 0.8f, 0.05f, 1.2f, 0.14f, |
30 R_CUBIC_TO, 1.28f, 0.28f, 2.4f, 0.98f, 2.4f, 1.83f, | 30 R_CUBIC_TO, 1.28f, 0.28f, 2.4f, 0.98f, 2.4f, 1.83f, |
31 R_V_LINE_TO, 2.02f, | 31 R_V_LINE_TO, 2.02f, |
32 R_CUBIC_TO, 1.39f, -0.59f, 2.4f, -1.5f, 2.4f, -2.55f, | 32 R_CUBIC_TO, 1.39f, -0.59f, 2.4f, -1.5f, 2.4f, -2.55f, |
33 R_V_LINE_TO, -5.22f, | 33 R_V_LINE_TO, -5.22f, |
34 R_CUBIC_TO, 0, -1.85f, -3.16f, -3.26f, -6, -3.26f, | 34 R_CUBIC_TO, 0, -1.85f, -3.16f, -3.26f, -6, -3.26f, |
35 R_CUBIC_TO, -2.84f, 0, -6, 1.41f, -6, 3.26f, | 35 R_CUBIC_TO, -2.84f, 0, -6, 1.41f, -6, 3.26f, |
36 CLOSE, | 36 CLOSE, |
37 END | 37 END |
OLD | NEW |