| 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, 24, | 5 CANVAS_DIMENSIONS, 24, |
| 6 MOVE_TO, 11, 17, | 6 MOVE_TO, 11, 17, |
| 7 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3, | 7 R_CUBIC_TO, 0, 1.66f, -1.34f, 3, -3, 3, |
| 8 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -3, -3, | 8 R_CUBIC_TO, -1.66f, 0, -3, -1.34f, -3, -3, |
| 9 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3, | 9 R_CUBIC_TO, 0, -1.66f, 1.34f, -3, 3, -3, |
| 10 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3, | 10 R_CUBIC_TO, 1.66f, 0, 3, 1.34f, 3, 3, |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 R_LINE_TO, -1.3f, 4, | 43 R_LINE_TO, -1.3f, 4, |
| 44 R_H_LINE_TO, 8.7f, | 44 R_H_LINE_TO, 8.7f, |
| 45 CLOSE, | 45 CLOSE, |
| 46 R_MOVE_TO, -9.46f, 2, | 46 R_MOVE_TO, -9.46f, 2, |
| 47 LINE_TO, 3, 12, | 47 LINE_TO, 3, 12, |
| 48 R_H_LINE_TO, 18, | 48 R_H_LINE_TO, 18, |
| 49 R_LINE_TO, -3.8f, -2, | 49 R_LINE_TO, -3.8f, -2, |
| 50 H_LINE_TO, 6.93f, | 50 H_LINE_TO, 6.93f, |
| 51 CLOSE, | 51 CLOSE, |
| 52 END | 52 END |
| OLD | NEW |