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, 12.84f, 6.43f, | 6 MOVE_TO, 12.84f, 6.43f, |
7 R_LINE_TO, -1.3f, 1.33f, | 7 R_LINE_TO, -1.3f, 1.33f, |
8 R_LINE_TO, 1.15f, 1.18f, | 8 R_LINE_TO, 1.15f, 1.18f, |
9 LINE_TO, 14.89f, 6.5f, | 9 LINE_TO, 14.89f, 6.5f, |
10 R_LINE_TO, -4.39f, -5, | 10 R_LINE_TO, -4.39f, -5, |
(...skipping 15 matching lines...) Expand all Loading... |
26 LINE_TO, 17, 15.49f, | 26 LINE_TO, 17, 15.49f, |
27 LINE_TO, 5.15f, 3.33f, | 27 LINE_TO, 5.15f, 3.33f, |
28 LINE_TO, 4, 4.51f, | 28 LINE_TO, 4, 4.51f, |
29 CLOSE, | 29 CLOSE, |
30 R_MOVE_TO, 7.31f, 7.5f, | 30 R_MOVE_TO, 7.31f, 7.5f, |
31 R_LINE_TO, 1.53f, 1.57f, | 31 R_LINE_TO, 1.53f, 1.57f, |
32 R_LINE_TO, -1.53f, 1.57f, | 32 R_LINE_TO, -1.53f, 1.57f, |
33 R_V_LINE_TO, -3.13f, | 33 R_V_LINE_TO, -3.13f, |
34 CLOSE, | 34 CLOSE, |
35 END | 35 END |
OLD | NEW |