| 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, 32.15f, 30.43f, | 5 MOVE_TO, 32.15f, 30.43f, |
| 6 CUBIC_TO, 34.57f, 27.62f, 36.02f, 23.98f, 36.02f, 20.01f, | 6 CUBIC_TO, 34.57f, 27.62f, 36.02f, 23.98f, 36.02f, 20.01f, |
| 7 CUBIC_TO, 36.02f, 11.17f, 28.85f, 4, 20.01f, 4, | 7 CUBIC_TO, 36.02f, 11.17f, 28.85f, 4, 20.01f, 4, |
| 8 CUBIC_TO, 11.17f, 4, 4, 11.17f, 4, 20.01f, | 8 CUBIC_TO, 11.17f, 4, 4, 11.17f, 4, 20.01f, |
| 9 CUBIC_TO, 4, 28.85f, 11.17f, 36.02f, 20.01f, 36.02f, | 9 CUBIC_TO, 4, 28.85f, 11.17f, 36.02f, 20.01f, 36.02f, |
| 10 CUBIC_TO, 23.98f, 36.02f, 27.62f, 34.57f, 30.43f, 32.15f, | 10 CUBIC_TO, 23.98f, 36.02f, 27.62f, 34.57f, 30.43f, 32.15f, |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 CUBIC_TO, 32, 26.64f, 26.64f, 32, 20, 32, | 23 CUBIC_TO, 32, 26.64f, 26.64f, 32, 20, 32, |
| 24 LINE_TO, 20, 32, | 24 LINE_TO, 20, 32, |
| 25 CLOSE, | 25 CLOSE, |
| 26 MOVE_TO, 13, 21.4f, | 26 MOVE_TO, 13, 21.4f, |
| 27 LINE_TO, 13, 18.6f, | 27 LINE_TO, 13, 18.6f, |
| 28 LINE_TO, 27, 18.6f, | 28 LINE_TO, 27, 18.6f, |
| 29 LINE_TO, 27, 21.4f, | 29 LINE_TO, 27, 21.4f, |
| 30 LINE_TO, 13, 21.4f, | 30 LINE_TO, 13, 21.4f, |
| 31 CLOSE, | 31 CLOSE, |
| 32 END | 32 END |
| OLD | NEW |