| 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, 20, | 5 CANVAS_DIMENSIONS, 20, |
| 6 MOVE_TO, 15, 5, | 6 MOVE_TO, 15, 5, |
| 7 R_H_LINE_TO, -2.5f, | 7 R_H_LINE_TO, -2.5f, |
| 8 LINE_TO, 10, 2, | 8 LINE_TO, 10, 2, |
| 9 LINE_TO, 7.5f, 5, | 9 LINE_TO, 7.5f, 5, |
| 10 H_LINE_TO, 5, | 10 H_LINE_TO, 5, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 R_CUBIC_TO, -2.21f, 0, -4, -1.79f, -4, -4, | 25 R_CUBIC_TO, -2.21f, 0, -4, -1.79f, -4, -4, |
| 26 R_CUBIC_TO, 0, -2.21f, 1.79f, -4, 4, -4, | 26 R_CUBIC_TO, 0, -2.21f, 1.79f, -4, 4, -4, |
| 27 R_CUBIC_TO, 2.21f, 0, 4, 1.79f, 4, 4, | 27 R_CUBIC_TO, 2.21f, 0, 4, 1.79f, 4, 4, |
| 28 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4, | 28 R_CUBIC_TO, 0, 2.21f, -1.79f, 4, -4, 4, |
| 29 CLOSE, | 29 CLOSE, |
| 30 R_MOVE_TO, 0, -1, | 30 R_MOVE_TO, 0, -1, |
| 31 R_ARC_TO, 3, 3, 0, 1, 0, 0, -6, | 31 R_ARC_TO, 3, 3, 0, 1, 0, 0, -6, |
| 32 R_ARC_TO, 3, 3, 0, 0, 0, 0, 6, | 32 R_ARC_TO, 3, 3, 0, 0, 0, 0, 6, |
| 33 CLOSE, | 33 CLOSE, |
| 34 END | 34 END |
| OLD | NEW |