| 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, 37, 23, | 5 MOVE_TO, 37, 23, |
| 6 LINE_TO, 40, 23, | 6 LINE_TO, 40, 23, |
| 7 CUBIC_TO, 42.76f, 23, 45, 25.24f, 45, 28, | 7 CUBIC_TO, 42.76f, 23, 45, 25.24f, 45, 28, |
| 8 CUBIC_TO, 45, 30.76f, 42.76f, 33, 40, 33, | 8 CUBIC_TO, 45, 30.76f, 42.76f, 33, 40, 33, |
| 9 LINE_TO, 37, 33, | 9 LINE_TO, 37, 33, |
| 10 LINE_TO, 37, 41, | 10 LINE_TO, 37, 41, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 LINE_TO, 15, 8, | 27 LINE_TO, 15, 8, |
| 28 CUBIC_TO, 15, 5.24f, 17.24f, 3, 20, 3, | 28 CUBIC_TO, 15, 5.24f, 17.24f, 3, 20, 3, |
| 29 CUBIC_TO, 22.76f, 3, 25, 5.24f, 25, 8, | 29 CUBIC_TO, 22.76f, 3, 25, 5.24f, 25, 8, |
| 30 LINE_TO, 25, 11, | 30 LINE_TO, 25, 11, |
| 31 LINE_TO, 29.5f, 11, | 31 LINE_TO, 29.5f, 11, |
| 32 LINE_TO, 16, 31.5f, | 32 LINE_TO, 16, 31.5f, |
| 33 LINE_TO, 37, 17.5f, | 33 LINE_TO, 37, 17.5f, |
| 34 LINE_TO, 37, 23, | 34 LINE_TO, 37, 23, |
| 35 CLOSE, | 35 CLOSE, |
| 36 END | 36 END |
| OLD | NEW |