| 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, 40, | 5 CANVAS_DIMENSIONS, 40, |
| 6 MOVE_TO, 32.7f, 9, | 6 MOVE_TO, 32.7f, 9, |
| 7 H_LINE_TO, 6.3f, | 7 H_LINE_TO, 6.3f, |
| 8 R_ARC_TO, 3.29f, 3.29f, 0, 0, 0, -3.28f, 3.29f, | 8 R_ARC_TO, 3.29f, 3.29f, 0, 0, 0, -3.28f, 3.29f, |
| 9 LINE_TO, 3, 28.71f, | 9 LINE_TO, 3, 28.71f, |
| 10 CUBIC_TO, 3, 30.52f, 4.49f, 32, 6.3f, 32, | 10 CUBIC_TO, 3, 30.52f, 4.49f, 32, 6.3f, 32, |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 R_H_LINE_TO, 3, | 73 R_H_LINE_TO, 3, |
| 74 R_V_LINE_TO, 3, | 74 R_V_LINE_TO, 3, |
| 75 CLOSE, | 75 CLOSE, |
| 76 R_MOVE_TO, 0, -5, | 76 R_MOVE_TO, 0, -5, |
| 77 R_H_LINE_TO, -3, | 77 R_H_LINE_TO, -3, |
| 78 R_V_LINE_TO, -3, | 78 R_V_LINE_TO, -3, |
| 79 R_H_LINE_TO, 3, | 79 R_H_LINE_TO, 3, |
| 80 R_V_LINE_TO, 3, | 80 R_V_LINE_TO, 3, |
| 81 CLOSE, | 81 CLOSE, |
| 82 END | 82 END |
| OLD | NEW |