| 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, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 4.8f, 5, | 6 MOVE_TO, 4.8f, 5, |
| 7 CUBIC_TO, 3.26f, 5, 2.01f, 6.29f, 2.01f, 7.88f, | 7 CUBIC_TO, 3.26f, 5, 2.01f, 6.29f, 2.01f, 7.88f, |
| 8 LINE_TO, 2, 25.13f, | 8 LINE_TO, 2, 25.13f, |
| 9 CUBIC_TO, 2, 26.71f, 3.26f, 28, 4.8f, 28, | 9 CUBIC_TO, 2, 26.71f, 3.26f, 28, 4.8f, 28, |
| 10 LINE_TO, 27.2f, 28, | 10 LINE_TO, 27.2f, 28, |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 LINE_TO, 17, 25, | 72 LINE_TO, 17, 25, |
| 73 LINE_TO, 23, 25, | 73 LINE_TO, 23, 25, |
| 74 CLOSE, | 74 CLOSE, |
| 75 MOVE_TO, 21, 19, | 75 MOVE_TO, 21, 19, |
| 76 LINE_TO, 21, 21, | 76 LINE_TO, 21, 21, |
| 77 LINE_TO, 23, 21, | 77 LINE_TO, 23, 21, |
| 78 LINE_TO, 23, 19, | 78 LINE_TO, 23, 19, |
| 79 LINE_TO, 21, 19, | 79 LINE_TO, 21, 19, |
| 80 CLOSE, | 80 CLOSE, |
| 81 END | 81 END |
| OLD | NEW |