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, 24, | 5 CANVAS_DIMENSIONS, 24, |
6 MOVE_TO, 20, 18.69f, | 6 MOVE_TO, 20, 18.69f, |
7 LINE_TO, 7.84f, 6.14f, | 7 LINE_TO, 7.84f, 6.14f, |
8 LINE_TO, 5.27f, 3.49f, | 8 LINE_TO, 5.27f, 3.49f, |
9 LINE_TO, 4, 4.76f, | 9 LINE_TO, 4, 4.76f, |
10 R_LINE_TO, 2.8f, 2.8f, | 10 R_LINE_TO, 2.8f, 2.8f, |
(...skipping 21 matching lines...) Expand all Loading... |
32 R_V_LINE_TO, 0.68f, | 32 R_V_LINE_TO, 0.68f, |
33 R_CUBIC_TO, -0.15f, 0.03f, -0.29f, 0.08f, -0.42f, 0.12f, | 33 R_CUBIC_TO, -0.15f, 0.03f, -0.29f, 0.08f, -0.42f, 0.12f, |
34 R_CUBIC_TO, -0.1f, 0.03f, -0.2f, 0.07f, -0.3f, 0.11f, | 34 R_CUBIC_TO, -0.1f, 0.03f, -0.2f, 0.07f, -0.3f, 0.11f, |
35 R_H_LINE_TO, -0.01f, | 35 R_H_LINE_TO, -0.01f, |
36 R_CUBIC_TO, -0.01f, 0, -0.01f, 0, -0.02f, 0.01f, | 36 R_CUBIC_TO, -0.01f, 0, -0.01f, 0, -0.02f, 0.01f, |
37 R_CUBIC_TO, -0.23f, 0.09f, -0.46f, 0.2f, -0.68f, 0.31f, | 37 R_CUBIC_TO, -0.23f, 0.09f, -0.46f, 0.2f, -0.68f, 0.31f, |
38 R_CUBIC_TO, 0, 0, -0.01f, 0, -0.01f, 0.01f, | 38 R_CUBIC_TO, 0, 0, -0.01f, 0, -0.01f, 0.01f, |
39 LINE_TO, 18, 14.68f, | 39 LINE_TO, 18, 14.68f, |
40 CLOSE, | 40 CLOSE, |
41 END | 41 END |
OLD | NEW |