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, 16, | 5 CANVAS_DIMENSIONS, 16, |
6 PATH_COLOR_ARGB, 0x4D, 0x00, 0x00, 0x00, | 6 PATH_COLOR_ARGB, 0x4D, 0xFF, 0xFF, 0xFF, |
7 MOVE_TO, 13.5f, 9.03f, | 7 MOVE_TO, 13.5f, 9.03f, |
8 LINE_TO, 11, 9, | 8 LINE_TO, 11, 9, |
9 R_LINE_TO, 2.61f, -1.66f, | 9 R_LINE_TO, 2.61f, -1.66f, |
10 R_CUBIC_TO, 0.13f, -0.1f, 0.22f, -0.25f, 0.22f, -0.42f, | 10 R_CUBIC_TO, 0.13f, -0.1f, 0.22f, -0.25f, 0.22f, -0.42f, |
11 R_CUBIC_TO, 0, -0.29f, -0.24f, -0.53f, -0.55f, -0.53f, | 11 R_CUBIC_TO, 0, -0.29f, -0.24f, -0.53f, -0.55f, -0.53f, |
12 R_CUBIC_TO, -0.11f, 0, -0.22f, 0.03f, -0.3f, 0.09f, | 12 R_CUBIC_TO, -0.11f, 0, -0.22f, 0.03f, -0.3f, 0.09f, |
13 CUBIC_TO, 12.98f, 6.48f, 8.99f, 9, 8.99f, 9, | 13 CUBIC_TO, 12.98f, 6.48f, 8.99f, 9, 8.99f, 9, |
14 R_CUBIC_TO, -0.05f, 0.03f, -0.15f, 0.2f, -0.15f, 0.45f, | 14 R_CUBIC_TO, -0.05f, 0.03f, -0.15f, 0.2f, -0.15f, 0.45f, |
15 R_CUBIC_TO, 0, 0.34f, 0.42f, 0.5f, 0.9f, 0.5f, | 15 R_CUBIC_TO, 0, 0.34f, 0.42f, 0.5f, 0.9f, 0.5f, |
16 LINE_TO, 11, 10, | 16 LINE_TO, 11, 10, |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 LINE_TO, 4.31f, 6.43f, | 61 LINE_TO, 4.31f, 6.43f, |
62 R_LINE_TO, 0.97f, 0.93f, | 62 R_LINE_TO, 0.97f, 0.93f, |
63 R_LINE_TO, 3.92f, -3.77f, | 63 R_LINE_TO, 3.92f, -3.77f, |
64 R_LINE_TO, 0.51f, 0.49f, | 64 R_LINE_TO, 0.51f, 0.49f, |
65 R_LINE_TO, -1.75f, 1.69f, | 65 R_LINE_TO, -1.75f, 1.69f, |
66 R_LINE_TO, 1.89f, 1.82f, | 66 R_LINE_TO, 1.89f, 1.82f, |
67 R_LINE_TO, 2.69f, -1.73f, | 67 R_LINE_TO, 2.69f, -1.73f, |
68 R_LINE_TO, 0.02f, -0.01f, | 68 R_LINE_TO, 0.02f, -0.01f, |
69 CLOSE, | 69 CLOSE, |
70 END | 70 END |
OLD | NEW |