| 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 MOVE_TO, 38.86f, 25.95f, | 5 MOVE_TO, 38.86f, 25.95f, |
| 6 R_CUBIC_TO, 0.08f, -0.64f, 0.14f, -1.29f, 0.14f, -1.95f, | 6 R_CUBIC_TO, 0.08f, -0.64f, 0.14f, -1.29f, 0.14f, -1.95f, |
| 7 R_CUBIC_TO, 0, -0.66f, -0.06f, -1.31f, -0.14f, -1.95f, | 7 R_CUBIC_TO, 0, -0.66f, -0.06f, -1.31f, -0.14f, -1.95f, |
| 8 R_LINE_TO, 4.23f, -3.31f, | 8 R_LINE_TO, 4.23f, -3.31f, |
| 9 R_CUBIC_TO, 0.38f, -0.3f, 0.49f, -0.84f, 0.24f, -1.28f, | 9 R_CUBIC_TO, 0.38f, -0.3f, 0.49f, -0.84f, 0.24f, -1.28f, |
| 10 R_LINE_TO, -4, -6.93f, | 10 R_LINE_TO, -4, -6.93f, |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 R_CUBIC_TO, 0.25f, -0.43f, 0.14f, -0.97f, -0.24f, -1.28f, | 42 R_CUBIC_TO, 0.25f, -0.43f, 0.14f, -0.97f, -0.24f, -1.28f, |
| 43 R_LINE_TO, -4.22f, -3.31f, | 43 R_LINE_TO, -4.22f, -3.31f, |
| 44 CLOSE, | 44 CLOSE, |
| 45 MOVE_TO, 24, 31, | 45 MOVE_TO, 24, 31, |
| 46 R_CUBIC_TO, -3.87f, 0, -7, -3.13f, -7, -7, | 46 R_CUBIC_TO, -3.87f, 0, -7, -3.13f, -7, -7, |
| 47 R_CUBIC_TO, 0, -3.87f, 3.13f, -7, 7, -7, | 47 R_CUBIC_TO, 0, -3.87f, 3.13f, -7, 7, -7, |
| 48 R_CUBIC_TO, 3.87f, 0, 7, 3.13f, 7, 7, | 48 R_CUBIC_TO, 3.87f, 0, 7, 3.13f, 7, 7, |
| 49 R_CUBIC_TO, 0, 3.87f, -3.13f, 7, -7, 7, | 49 R_CUBIC_TO, 0, 3.87f, -3.13f, 7, -7, 7, |
| 50 CLOSE, | 50 CLOSE, |
| 51 END | 51 END |
| OLD | NEW |