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, 15.44f, 9.26f, | 6 MOVE_TO, 15.44f, 9.26f, |
7 R_LINE_TO, -0.96f, 0.96f, | 7 R_LINE_TO, -0.96f, 0.96f, |
8 R_LINE_TO, 1.52f, 1.52f, | 8 R_LINE_TO, 1.52f, 1.52f, |
9 R_LINE_TO, -3.87f, 3.87f, | 9 R_LINE_TO, -3.87f, 3.87f, |
10 LINE_TO, 4.4f, 7.87f, | 10 LINE_TO, 4.4f, 7.87f, |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 R_H_LINE_TO, 2.67f, | 43 R_H_LINE_TO, 2.67f, |
44 CLOSE, | 44 CLOSE, |
45 MOVE_TO, 13.2f, 4.8f, | 45 MOVE_TO, 13.2f, 4.8f, |
46 R_CUBIC_TO, 0, -0.33f, 0.41f, -0.8f, 0.8f, -0.8f, | 46 R_CUBIC_TO, 0, -0.33f, 0.41f, -0.8f, 0.8f, -0.8f, |
47 R_CUBIC_TO, 0.39f, 0, 0.8f, 0.47f, 0.8f, 0.8f, | 47 R_CUBIC_TO, 0.39f, 0, 0.8f, 0.47f, 0.8f, 0.8f, |
48 V_LINE_TO, 5, | 48 V_LINE_TO, 5, |
49 R_H_LINE_TO, -1.6f, | 49 R_H_LINE_TO, -1.6f, |
50 R_V_LINE_TO, -0.2f, | 50 R_V_LINE_TO, -0.2f, |
51 CLOSE, | 51 CLOSE, |
52 END | 52 END |
OLD | NEW |