| 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 CANVAS_DIMENSIONS, 40, | 5 CANVAS_DIMENSIONS, 40, |
| 6 MOVE_TO, 13.23f, 12, | 6 MOVE_TO, 13.23f, 12, |
| 7 LINE_TO, 6, 20, | 7 LINE_TO, 6, 20, |
| 8 R_LINE_TO, 7.23f, 8, | 8 R_LINE_TO, 7.23f, 8, |
| 9 LINE_TO, 15, 26.63f, | 9 LINE_TO, 15, 26.63f, |
| 10 LINE_TO, 8.99f, 20, | 10 LINE_TO, 8.99f, 20, |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 CLOSE, | 31 CLOSE, |
| 32 R_MOVE_TO, 6, -7.63f, | 32 R_MOVE_TO, 6, -7.63f, |
| 33 LINE_TO, 31.01f, 20, | 33 LINE_TO, 31.01f, 20, |
| 34 LINE_TO, 25, 26.63f, | 34 LINE_TO, 25, 26.63f, |
| 35 LINE_TO, 26.77f, 28, | 35 LINE_TO, 26.77f, 28, |
| 36 LINE_TO, 34, 20, | 36 LINE_TO, 34, 20, |
| 37 R_LINE_TO, -7.23f, -8, | 37 R_LINE_TO, -7.23f, -8, |
| 38 LINE_TO, 25, 13.37f, | 38 LINE_TO, 25, 13.37f, |
| 39 CLOSE, | 39 CLOSE, |
| 40 END | 40 END |
| OLD | NEW |