| 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, 2.5f, 2, | 6 MOVE_TO, 2.5f, 2, |
| 7 CUBIC_TO, 1.73f, 2, 1.01f, 3.15f, 1.01f, 3.94f, | 7 CUBIC_TO, 1.73f, 2, 1.01f, 3.15f, 1.01f, 3.94f, |
| 8 LINE_TO, 1, 12.56f, | 8 LINE_TO, 1, 12.56f, |
| 9 CUBIC_TO, 1, 13.35f, 1.63f, 14, 2.4f, 14, | 9 CUBIC_TO, 1, 13.35f, 1.63f, 14, 2.4f, 14, |
| 10 LINE_TO, 13.6f, 14, | 10 LINE_TO, 13.6f, 14, |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 LINE_TO, 12, 8, | 69 LINE_TO, 12, 8, |
| 70 LINE_TO, 12, 11, | 70 LINE_TO, 12, 11, |
| 71 CLOSE, | 71 CLOSE, |
| 72 MOVE_TO, 10, 9, | 72 MOVE_TO, 10, 9, |
| 73 LINE_TO, 10, 10, | 73 LINE_TO, 10, 10, |
| 74 LINE_TO, 11, 10, | 74 LINE_TO, 11, 10, |
| 75 LINE_TO, 11, 9, | 75 LINE_TO, 11, 9, |
| 76 LINE_TO, 10, 9, | 76 LINE_TO, 10, 9, |
| 77 CLOSE, | 77 CLOSE, |
| 78 END | 78 END |
| OLD | NEW |