| 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 MOVE_TO, 6, 24, | 5 MOVE_TO, 6, 24, |
| 6 R_CUBIC_TO, 0, 4.42f, 1.82f, 8.4f, 4.71f, 11.29f, | 6 R_CUBIC_TO, 0, 4.42f, 1.82f, 8.4f, 4.71f, 11.29f, |
| 7 LINE_TO, 6, 40, | 7 LINE_TO, 6, 40, |
| 8 R_H_LINE_TO, 12, | 8 R_H_LINE_TO, 12, |
| 9 V_LINE_TO, 28, | 9 V_LINE_TO, 28, |
| 10 R_LINE_TO, -4.47f, 4.47f, | 10 R_LINE_TO, -4.47f, 4.47f, |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 R_CUBIC_TO, 0, -4.42f, -1.82f, -8.4f, -4.71f, -11.29f, | 30 R_CUBIC_TO, 0, -4.42f, -1.82f, -8.4f, -4.71f, -11.29f, |
| 31 LINE_TO, 42, 8, | 31 LINE_TO, 42, 8, |
| 32 CLOSE, | 32 CLOSE, |
| 33 MOVE_TO, 22, 26, | 33 MOVE_TO, 22, 26, |
| 34 R_H_LINE_TO, 4, | 34 R_H_LINE_TO, 4, |
| 35 V_LINE_TO, 14, | 35 V_LINE_TO, 14, |
| 36 R_H_LINE_TO, -4, | 36 R_H_LINE_TO, -4, |
| 37 R_V_LINE_TO, 12, | 37 R_V_LINE_TO, 12, |
| 38 CLOSE, | 38 CLOSE, |
| 39 END | 39 END |
| OLD | NEW |