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, 13, 3.68f, | 6 MOVE_TO, 13, 3.68f, |
7 R_CUBIC_TO, 2.19f, 1.03f, 3.76f, 3.15f, 4, 5.65f, | 7 R_CUBIC_TO, 2.19f, 1.03f, 3.76f, 3.15f, 4, 5.65f, |
8 H_LINE_TO, 18, | 8 H_LINE_TO, 18, |
9 CUBIC_TO, 17.66f, 5.23f, 14.21f, 2, 10, 2, | 9 CUBIC_TO, 17.66f, 5.23f, 14.21f, 2, 10, 2, |
10 R_LINE_TO, -0.44f, 0.02f, | 10 R_LINE_TO, -0.44f, 0.02f, |
(...skipping 18 matching lines...) Expand all Loading... |
29 CLOSE, | 29 CLOSE, |
30 R_MOVE_TO, -4.72f, 0.77f, | 30 R_MOVE_TO, -4.72f, 0.77f, |
31 R_ARC_TO, 6.99f, 6.99f, 0, 0, 1, -4, -5.65f, | 31 R_ARC_TO, 6.99f, 6.99f, 0, 0, 1, -4, -5.65f, |
32 H_LINE_TO, 2, | 32 H_LINE_TO, 2, |
33 CUBIC_TO, 2.34f, 14.77f, 5.79f, 18, 10, 18, | 33 CUBIC_TO, 2.34f, 14.77f, 5.79f, 18, 10, 18, |
34 R_LINE_TO, 0.44f, -0.02f, | 34 R_LINE_TO, 0.44f, -0.02f, |
35 R_LINE_TO, -2.55f, -2.54f, | 35 R_LINE_TO, -2.55f, -2.54f, |
36 R_LINE_TO, -0.89f, 0.88f, | 36 R_LINE_TO, -0.89f, 0.88f, |
37 CLOSE, | 37 CLOSE, |
38 END | 38 END |
OLD | NEW |