| 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, 16, | 5 CANVAS_DIMENSIONS, 16, |
| 6 MOVE_TO, 2.31f, 3, | 6 MOVE_TO, 2.31f, 3, |
| 7 CUBIC_TO, 1.59f, 3, 1, 3.57f, 1, 4.27f, | 7 CUBIC_TO, 1.59f, 3, 1, 3.57f, 1, 4.27f, |
| 8 R_V_LINE_TO, 7.62f, | 8 R_V_LINE_TO, 7.62f, |
| 9 CUBIC_TO, 1, 12.58f, 1.59f, 13, 2.31f, 13, | 9 CUBIC_TO, 1, 12.58f, 1.59f, 13, 2.31f, 13, |
| 10 R_H_LINE_TO, 11.38f, | 10 R_H_LINE_TO, 11.38f, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 CLOSE, | 21 CLOSE, |
| 22 R_MOVE_TO, 6.36f, -3.33f, | 22 R_MOVE_TO, 6.36f, -3.33f, |
| 23 CUBIC_TO, 6.62f, 8.64f, 5.8f, 9.07f, 5, 10, | 23 CUBIC_TO, 6.62f, 8.64f, 5.8f, 9.07f, 5, 10, |
| 24 R_CUBIC_TO, 0.32f, -1.33f, 0.98f, -2.66f, 3.36f, -2.67f, | 24 R_CUBIC_TO, 0.32f, -1.33f, 0.98f, -2.66f, 3.36f, -2.67f, |
| 25 V_LINE_TO, 6, | 25 V_LINE_TO, 6, |
| 26 LINE_TO, 11, 8, | 26 LINE_TO, 11, 8, |
| 27 R_LINE_TO, -2.64f, 2, | 27 R_LINE_TO, -2.64f, 2, |
| 28 V_LINE_TO, 8.67f, | 28 V_LINE_TO, 8.67f, |
| 29 CLOSE, | 29 CLOSE, |
| 30 END | 30 END |
| OLD | NEW |