| 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 CANVAS_DIMENSIONS, 80, | 5 CANVAS_DIMENSIONS, 80, |
| 6 MOVE_TO, 28.74f, 25.15f, | 6 MOVE_TO, 28.74f, 25.15f, |
| 7 LINE_TO, 28.69f, 25.15f, | 7 LINE_TO, 28.69f, 25.15f, |
| 8 LINE_TO, 28.71f, 25.17f, | 8 LINE_TO, 28.71f, 25.17f, |
| 9 CUBIC_TO, 28.72f, 25.17f, 28.73f, 25.16f, 28.74f, 25.15f, | 9 CUBIC_TO, 28.72f, 25.17f, 28.73f, 25.16f, 28.74f, 25.15f, |
| 10 CLOSE, | 10 CLOSE, |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 CLOSE, | 50 CLOSE, |
| 51 MOVE_TO, 45.21f, 50.42f, | 51 MOVE_TO, 45.21f, 50.42f, |
| 52 LINE_TO, 35.6f, 50.42f, | 52 LINE_TO, 35.6f, 50.42f, |
| 53 LINE_TO, 35.6f, 42.89f, | 53 LINE_TO, 35.6f, 42.89f, |
| 54 LINE_TO, 30.83f, 42.89f, | 54 LINE_TO, 30.83f, 42.89f, |
| 55 LINE_TO, 34.26f, 38.6f, | 55 LINE_TO, 34.26f, 38.6f, |
| 56 LINE_TO, 45.21f, 49.76f, | 56 LINE_TO, 45.21f, 49.76f, |
| 57 LINE_TO, 45.21f, 50.42f, | 57 LINE_TO, 45.21f, 50.42f, |
| 58 CLOSE, | 58 CLOSE, |
| 59 END | 59 END |
| OLD | NEW |