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, 32, | 5 CANVAS_DIMENSIONS, 32, |
6 MOVE_TO, 13.51f, 17.98f, | 6 MOVE_TO, 13.51f, 17.98f, |
7 R_CUBIC_TO, -1.98f, 0.02f, -2.5f, 1, -2.5f, 1, | 7 R_CUBIC_TO, -1.98f, 0.02f, -2.5f, 1, -2.5f, 1, |
8 R_V_LINE_TO, -1.97f, | 8 R_V_LINE_TO, -1.97f, |
9 CUBIC_TO, 11.01f, 17.01f, 11.55f, 16, 13.52f, 16, | 9 CUBIC_TO, 11.01f, 17.01f, 11.55f, 16, 13.52f, 16, |
10 R_CUBIC_TO, 1.97f, 0, 3, 1.95f, 5.05f, 1.95f, | 10 R_CUBIC_TO, 1.97f, 0, 3, 1.95f, 5.05f, 1.95f, |
11 CUBIC_TO, 20.62f, 17.95f, 21, 17, 21, 17, | 11 CUBIC_TO, 20.62f, 17.95f, 21, 17, 21, 17, |
12 R_V_LINE_TO, 1.98f, | 12 R_V_LINE_TO, 1.98f, |
13 R_CUBIC_TO, 0, 0, -0.38f, 1.05f, -2.44f, 1.05f, | 13 R_CUBIC_TO, 0, 0, -0.38f, 1.05f, -2.44f, 1.05f, |
14 R_CUBIC_TO, -2.06f, 0, -3.07f, -2.08f, -5.06f, -2.05f, | 14 R_CUBIC_TO, -2.06f, 0, -3.07f, -2.08f, -5.06f, -2.05f, |
15 CLOSE, | 15 CLOSE, |
16 END | 16 END |
OLD | NEW |