| 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, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 4.62f, 6, | 6 MOVE_TO, 4.62f, 6, |
| 7 CUBIC_TO, 3.18f, 6, 2, 7.14f, 2, 8.54f, | 7 CUBIC_TO, 3.18f, 6, 2, 7.14f, 2, 8.54f, |
| 8 V_LINE_TO, 23.77f, | 8 V_LINE_TO, 23.77f, |
| 9 CUBIC_TO, 2, 25.17f, 3.18f, 26, 4.62f, 26, | 9 CUBIC_TO, 2, 25.17f, 3.18f, 26, 4.62f, 26, |
| 10 R_H_LINE_TO, 22.77f, | 10 R_H_LINE_TO, 22.77f, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 CLOSE, | 21 CLOSE, |
| 22 R_MOVE_TO, 13, -7, | 22 R_MOVE_TO, 13, -7, |
| 23 R_CUBIC_TO, -3.64f, -0.06f, -5.33f, 0.9f, -7, 3, | 23 R_CUBIC_TO, -3.64f, -0.06f, -5.33f, 0.9f, -7, 3, |
| 24 R_CUBIC_TO, 0.67f, -3, 2.03f, -6, 7, -6, | 24 R_CUBIC_TO, 0.67f, -3, 2.03f, -6, 7, -6, |
| 25 R_V_LINE_TO, -3, | 25 R_V_LINE_TO, -3, |
| 26 R_LINE_TO, 5.5f, 4.5f, | 26 R_LINE_TO, 5.5f, 4.5f, |
| 27 LINE_TO, 17, 20, | 27 LINE_TO, 17, 20, |
| 28 R_V_LINE_TO, -3, | 28 R_V_LINE_TO, -3, |
| 29 CLOSE, | 29 CLOSE, |
| 30 END | 30 END |
| OLD | NEW |