| 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, 24, | 5 CANVAS_DIMENSIONS, 24, |
| 6 CIRCLE, 12, 13.49f, 1.5f, | 6 CIRCLE, 12, 13.49f, 1.5f, |
| 7 MOVE_TO, 12, 2, | 7 MOVE_TO, 12, 2, |
| 8 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12, | 8 CUBIC_TO, 6.48f, 2, 2, 6.48f, 2, 12, |
| 9 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10, | 9 R_CUBIC_TO, 0, 5.52f, 4.48f, 10, 10, 10, |
| 10 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10, | 10 R_CUBIC_TO, 5.52f, 0, 10, -4.48f, 10, -10, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 R_V_LINE_TO, 2, | 27 R_V_LINE_TO, 2, |
| 28 R_CUBIC_TO, -0.33f, 0.05f, -0.67f, 0.08f, -1, 0.08f, | 28 R_CUBIC_TO, -0.33f, 0.05f, -0.67f, 0.08f, -1, 0.08f, |
| 29 R_CUBIC_TO, -1.03f, 0, -2.11f, -0.23f, -3, -0.61f, | 29 R_CUBIC_TO, -1.03f, 0, -2.11f, -0.23f, -3, -0.61f, |
| 30 R_CUBIC_TO, -1.16f, -0.5f, -2, -1.27f, -2, -2.17f, | 30 R_CUBIC_TO, -1.16f, -0.5f, -2, -1.27f, -2, -2.17f, |
| 31 R_V_LINE_TO, -4.44f, | 31 R_V_LINE_TO, -4.44f, |
| 32 CUBIC_TO, 7, 11.2f, 9.63f, 10, 12, 10, | 32 CUBIC_TO, 7, 11.2f, 9.63f, 10, 12, 10, |
| 33 R_CUBIC_TO, 2.37f, 0, 5, 1.2f, 5, 2.78f, | 33 R_CUBIC_TO, 2.37f, 0, 5, 1.2f, 5, 2.78f, |
| 34 R_V_LINE_TO, 4.44f, | 34 R_V_LINE_TO, 4.44f, |
| 35 CLOSE, | 35 CLOSE, |
| 36 END | 36 END |
| OLD | NEW |