| 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, 12.71f, 6.71f, | 6 MOVE_TO, 12.71f, 6.71f, |
| 7 LINE_TO, 12.71f, 4.43f, | 7 LINE_TO, 12.71f, 4.43f, |
| 8 CUBIC_TO, 12.71f, 3.8f, 12.2f, 3.29f, 11.57f, 3.29f, | 8 CUBIC_TO, 12.71f, 3.8f, 12.2f, 3.29f, 11.57f, 3.29f, |
| 9 LINE_TO, 9.29f, 3.29f, | 9 LINE_TO, 9.29f, 3.29f, |
| 10 LINE_TO, 9.29f, 2.43f, | 10 LINE_TO, 9.29f, 2.43f, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 LINE_TO, 9.4f, 13, | 27 LINE_TO, 9.4f, 13, |
| 28 LINE_TO, 11.57f, 13, | 28 LINE_TO, 11.57f, 13, |
| 29 CUBIC_TO, 12.2f, 13, 12.71f, 12.49f, 12.71f, 11.86f, | 29 CUBIC_TO, 12.2f, 13, 12.71f, 12.49f, 12.71f, 11.86f, |
| 30 LINE_TO, 12.71f, 9.57f, | 30 LINE_TO, 12.71f, 9.57f, |
| 31 LINE_TO, 13.57f, 9.57f, | 31 LINE_TO, 13.57f, 9.57f, |
| 32 CUBIC_TO, 14.36f, 9.57f, 15, 8.93f, 15, 8.14f, | 32 CUBIC_TO, 14.36f, 9.57f, 15, 8.93f, 15, 8.14f, |
| 33 CUBIC_TO, 15, 7.35f, 14.36f, 6.71f, 13.57f, 6.71f, | 33 CUBIC_TO, 15, 7.35f, 14.36f, 6.71f, 13.57f, 6.71f, |
| 34 LINE_TO, 12.71f, 6.71f, | 34 LINE_TO, 12.71f, 6.71f, |
| 35 CLOSE, | 35 CLOSE, |
| 36 END | 36 END |
| OLD | NEW |