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, 40, | 5 CANVAS_DIMENSIONS, 40, |
6 MOVE_TO, 22.96f, 19.96f, | 6 MOVE_TO, 22.96f, 19.96f, |
7 ARC_TO, 3.33f, 3.33f, 0, 0, 0, 20, 18.14f, | 7 ARC_TO, 3.33f, 3.33f, 0, 0, 0, 20, 18.14f, |
8 R_ARC_TO, 3.33f, 3.33f, 0, 0, 0, -2.96f, 1.82f, | 8 R_ARC_TO, 3.33f, 3.33f, 0, 0, 0, -2.96f, 1.82f, |
9 R_ARC_TO, 3.41f, 3.41f, 0, 0, 0, -0.42f, 1.64f, | 9 R_ARC_TO, 3.41f, 3.41f, 0, 0, 0, -0.42f, 1.64f, |
10 R_CUBIC_TO, 0, 1.88f, 1.52f, 3.42f, 3.38f, 3.42f, | 10 R_CUBIC_TO, 0, 1.88f, 1.52f, 3.42f, 3.38f, 3.42f, |
(...skipping 17 matching lines...) Expand all Loading... |
28 R_CUBIC_TO, 0.56f, -1.81f, 3.67f, -3.12f, 6.5f, -3.12f, | 28 R_CUBIC_TO, 0.56f, -1.81f, 3.67f, -3.12f, 6.5f, -3.12f, |
29 R_CUBIC_TO, 0.73f, 0, 1.47f, 0.09f, 2.2f, 0.26f, | 29 R_CUBIC_TO, 0.73f, 0, 1.47f, 0.09f, 2.2f, 0.26f, |
30 R_CUBIC_TO, 2.35f, 0.53f, 4.4f, 1.84f, 4.4f, 3.45f, | 30 R_CUBIC_TO, 2.35f, 0.53f, 4.4f, 1.84f, 4.4f, 3.45f, |
31 R_V_LINE_TO, 3.81f, | 31 R_V_LINE_TO, 3.81f, |
32 R_CUBIC_TO, 2.56f, -1.11f, 4.4f, -2.83f, 4.4f, -4.82f, | 32 R_CUBIC_TO, 2.56f, -1.11f, 4.4f, -2.83f, 4.4f, -4.82f, |
33 R_V_LINE_TO, -9.85f, | 33 R_V_LINE_TO, -9.85f, |
34 R_CUBIC_TO, 0, -3.5f, -5.79f, -6.16f, -11, -6.16f, | 34 R_CUBIC_TO, 0, -3.5f, -5.79f, -6.16f, -11, -6.16f, |
35 CUBIC_TO, 14.79f, 14.8f, 9, 17.43f, 9, 20.94f, | 35 CUBIC_TO, 14.79f, 14.8f, 9, 17.43f, 9, 20.94f, |
36 CLOSE, | 36 CLOSE, |
37 END | 37 END |
OLD | NEW |