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, 30.89f, 18.51f, | 6 MOVE_TO, 30.89f, 18.51f, |
7 R_LINE_TO, -1.93f, 1.93f, | 7 R_LINE_TO, -1.93f, 1.93f, |
8 R_LINE_TO, 3.03f, 3.03f, | 8 R_LINE_TO, 3.03f, 3.03f, |
9 R_LINE_TO, -7.73f, 7.73f, | 9 R_LINE_TO, -7.73f, 7.73f, |
10 LINE_TO, 8.8f, 15.74f, | 10 LINE_TO, 8.8f, 15.74f, |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 R_H_LINE_TO, 6.67f, | 42 R_H_LINE_TO, 6.67f, |
43 CLOSE, | 43 CLOSE, |
44 MOVE_TO, 26, 8.49f, | 44 MOVE_TO, 26, 8.49f, |
45 R_CUBIC_TO, 0, -0.83f, 1.02f, -1.99f, 2, -1.99f, | 45 R_CUBIC_TO, 0, -0.83f, 1.02f, -1.99f, 2, -1.99f, |
46 R_CUBIC_TO, 0.98f, 0, 2, 1.17f, 2, 1.99f, | 46 R_CUBIC_TO, 0.98f, 0, 2, 1.17f, 2, 1.99f, |
47 V_LINE_TO, 9, | 47 V_LINE_TO, 9, |
48 R_H_LINE_TO, -4, | 48 R_H_LINE_TO, -4, |
49 R_V_LINE_TO, -0.51f, | 49 R_V_LINE_TO, -0.51f, |
50 CLOSE, | 50 CLOSE, |
51 END | 51 END |
OLD | NEW |