| 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 CANVAS_DIMENSIONS, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 24, 14, | 6 MOVE_TO, 24, 14, |
| 7 LINE_TO, 24, 10, | 7 LINE_TO, 24, 10, |
| 8 CUBIC_TO, 24, 9, 23, 8, 22, 8, | 8 CUBIC_TO, 24, 9, 23, 8, 22, 8, |
| 9 LINE_TO, 18, 8, | 9 LINE_TO, 18, 8, |
| 10 LINE_TO, 18, 6, | 10 LINE_TO, 18, 6, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 LINE_TO, 18, 27, | 27 LINE_TO, 18, 27, |
| 28 LINE_TO, 22, 27, | 28 LINE_TO, 22, 27, |
| 29 CUBIC_TO, 23, 27, 24, 26, 24, 25, | 29 CUBIC_TO, 23, 27, 24, 26, 24, 25, |
| 30 LINE_TO, 24, 20, | 30 LINE_TO, 24, 20, |
| 31 LINE_TO, 26, 20, | 31 LINE_TO, 26, 20, |
| 32 CUBIC_TO, 27.72f, 20.14f, 29, 18.5f, 29, 17, | 32 CUBIC_TO, 27.72f, 20.14f, 29, 18.5f, 29, 17, |
| 33 CUBIC_TO, 29, 15.5f, 27.72f, 14.43f, 26, 14, | 33 CUBIC_TO, 29, 15.5f, 27.72f, 14.43f, 26, 14, |
| 34 LINE_TO, 24, 14, | 34 LINE_TO, 24, 14, |
| 35 CLOSE, | 35 CLOSE, |
| 36 END | 36 END |
| OLD | NEW |