| 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, 20, | 5 CANVAS_DIMENSIONS, 20, |
| 6 MOVE_TO, 16.5f, 5, | 6 MOVE_TO, 16.5f, 5, |
| 7 R_H_LINE_TO, -12, | 7 R_H_LINE_TO, -12, |
| 8 R_CUBIC_TO, -0.82f, 0, -1.49f, 0.71f, -1.49f, 1.57f, | 8 R_CUBIC_TO, -0.82f, 0, -1.49f, 0.71f, -1.49f, 1.57f, |
| 9 LINE_TO, 3, 14.43f, | 9 LINE_TO, 3, 14.43f, |
| 10 CUBIC_TO, 3, 15.29f, 3.68f, 16, 4.5f, 16, | 10 CUBIC_TO, 3, 15.29f, 3.68f, 16, 4.5f, 16, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 R_H_LINE_TO, 1, | 73 R_H_LINE_TO, 1, |
| 74 R_V_LINE_TO, 1, | 74 R_V_LINE_TO, 1, |
| 75 CLOSE, | 75 CLOSE, |
| 76 R_MOVE_TO, 0, -2, | 76 R_MOVE_TO, 0, -2, |
| 77 R_H_LINE_TO, -1, | 77 R_H_LINE_TO, -1, |
| 78 V_LINE_TO, 8, | 78 V_LINE_TO, 8, |
| 79 R_H_LINE_TO, 1, | 79 R_H_LINE_TO, 1, |
| 80 R_V_LINE_TO, 1, | 80 R_V_LINE_TO, 1, |
| 81 CLOSE, | 81 CLOSE, |
| 82 END | 82 END |
| OLD | NEW |