| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 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, 15.6f, 23, | 5 MOVE_TO, 15.6f, 23, |
| 6 CUBIC_TO, 13.56f, 23, 12, 20.76f, 12, 18.75f, | 6 CUBIC_TO, 13.56f, 23, 12, 20.76f, 12, 18.75f, |
| 7 LINE_TO, 12, 9.64f, | 7 LINE_TO, 12, 9.64f, |
| 8 CUBIC_TO, 12, 7.63f, 13.65f, 6, 15.69f, 6, | 8 CUBIC_TO, 12, 7.63f, 13.65f, 6, 15.69f, 6, |
| 9 LINE_TO, 32.31f, 6, | 9 LINE_TO, 32.31f, 6, |
| 10 CUBIC_TO, 34.35f, 6, 36, 7.63f, 36, 9.64f, | 10 CUBIC_TO, 34.35f, 6, 36, 7.63f, 36, 9.64f, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 LINE_TO, 24, 25, | 25 LINE_TO, 24, 25, |
| 26 CLOSE, | 26 CLOSE, |
| 27 MOVE_TO, 18, 9, | 27 MOVE_TO, 18, 9, |
| 28 LINE_TO, 30, 9, | 28 LINE_TO, 30, 9, |
| 29 LINE_TO, 30, 13, | 29 LINE_TO, 30, 13, |
| 30 LINE_TO, 18, 13, | 30 LINE_TO, 18, 13, |
| 31 LINE_TO, 18, 9, | 31 LINE_TO, 18, 9, |
| 32 LINE_TO, 18, 9, | 32 LINE_TO, 18, 9, |
| 33 CLOSE, | 33 CLOSE, |
| 34 END | 34 END |
| OLD | NEW |