| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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, 22.15f, 33.23f, | 5 MOVE_TO, 22.15f, 33.23f, |
| 6 R_CUBIC_TO, 0, 3.06f, -2.48f, 5.54f, -5.54f, 5.54f, | 6 R_CUBIC_TO, 0, 3.06f, -2.48f, 5.54f, -5.54f, 5.54f, |
| 7 R_CUBIC_TO, -3.06f, 0, -5.54f, -2.48f, -5.54f, -5.54f, | 7 R_CUBIC_TO, -3.06f, 0, -5.54f, -2.48f, -5.54f, -5.54f, |
| 8 R_CUBIC_TO, 0, -3.06f, 2.48f, -5.54f, 5.54f, -5.54f, | 8 R_CUBIC_TO, 0, -3.06f, 2.48f, -5.54f, 5.54f, -5.54f, |
| 9 R_CUBIC_TO, 3.06f, 0, 5.54f, 2.48f, 5.54f, 5.54f, | 9 R_CUBIC_TO, 3.06f, 0, 5.54f, 2.48f, 5.54f, 5.54f, |
| 10 CLOSE, | 10 CLOSE, |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 R_H_LINE_TO, 18.34f, | 44 R_H_LINE_TO, 18.34f, |
| 45 CLOSE, | 45 CLOSE, |
| 46 R_MOVE_TO, -1.39f, -4, | 46 R_MOVE_TO, -1.39f, -4, |
| 47 R_LINE_TO, -2.36f, -6.77f, | 47 R_LINE_TO, -2.36f, -6.77f, |
| 48 LINE_TO, 24, 11.08f, | 48 LINE_TO, 24, 11.08f, |
| 49 LINE_TO, 18.46f, 9.23f, | 49 LINE_TO, 18.46f, 9.23f, |
| 50 LINE_TO, 16.26f, 16, | 50 LINE_TO, 16.26f, 16, |
| 51 R_H_LINE_TO, 15.64f, | 51 R_H_LINE_TO, 15.64f, |
| 52 CLOSE, | 52 CLOSE, |
| 53 END | 53 END |
| OLD | NEW |