| 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 CANVAS_DIMENSIONS, 16, | 5 CANVAS_DIMENSIONS, 16, |
| 6 MOVE_TO, 13.6f, 3.1f, | 6 MOVE_TO, 13.6f, 3.1f, |
| 7 LINE_TO, 7.22f, 3.1f, | 7 LINE_TO, 7.22f, 3.1f, |
| 8 LINE_TO, 6.6f, 1, | 8 LINE_TO, 6.6f, 1, |
| 9 LINE_TO, 2.4f, 1, | 9 LINE_TO, 2.4f, 1, |
| 10 CUBIC_TO, 1.63f, 1, 1, 1.63f, 1, 2.4f, | 10 CUBIC_TO, 1.63f, 1, 1, 1.63f, 1, 2.4f, |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 CUBIC_TO, 14.3f, 13.99f, 13.99f, 14.3f, 13.6f, 14.3f, | 66 CUBIC_TO, 14.3f, 13.99f, 13.99f, 14.3f, 13.6f, 14.3f, |
| 67 CLOSE, | 67 CLOSE, |
| 68 MOVE_TO, 8.69f, 8.08f, | 68 MOVE_TO, 8.69f, 8.08f, |
| 69 LINE_TO, 8.47f, 7.36f, | 69 LINE_TO, 8.47f, 7.36f, |
| 70 LINE_TO, 11.26f, 7.36f, | 70 LINE_TO, 11.26f, 7.36f, |
| 71 CUBIC_TO, 11.26f, 7.36f, 11.02f, 8.27f, 10.17f, 9.27f, | 71 CUBIC_TO, 11.26f, 7.36f, 11.02f, 8.27f, 10.17f, 9.27f, |
| 72 CUBIC_TO, 9.81f, 8.84f, 9.55f, 8.41f, 9.38f, 8.08f, | 72 CUBIC_TO, 9.81f, 8.84f, 9.55f, 8.41f, 9.38f, 8.08f, |
| 73 LINE_TO, 8.69f, 8.08f, | 73 LINE_TO, 8.69f, 8.08f, |
| 74 CLOSE, | 74 CLOSE, |
| 75 END | 75 END |
| OLD | NEW |