| 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, 6, 34.5f, | 5 MOVE_TO, 6, 34.5f, |
| 6 V_LINE_TO, 42, | 6 V_LINE_TO, 42, |
| 7 R_H_LINE_TO, 7.5f, | 7 R_H_LINE_TO, 7.5f, |
| 8 R_LINE_TO, 22.13f, -22.13f, | 8 R_LINE_TO, 22.13f, -22.13f, |
| 9 R_LINE_TO, -7.5f, -7.5f, | 9 R_LINE_TO, -7.5f, -7.5f, |
| 10 LINE_TO, 6, 34.5f, | 10 LINE_TO, 6, 34.5f, |
| 11 CLOSE, | 11 CLOSE, |
| 12 R_MOVE_TO, 35.41f, -20.41f, | 12 R_MOVE_TO, 35.41f, -20.41f, |
| 13 R_CUBIC_TO, 0.78f, -0.78f, 0.78f, -2.05f, 0, -2.83f, | 13 R_CUBIC_TO, 0.78f, -0.78f, 0.78f, -2.05f, 0, -2.83f, |
| 14 R_LINE_TO, -4.67f, -4.67f, | 14 R_LINE_TO, -4.67f, -4.67f, |
| 15 R_CUBIC_TO, -0.78f, -0.78f, -2.05f, -0.78f, -2.83f, 0, | 15 R_CUBIC_TO, -0.78f, -0.78f, -2.05f, -0.78f, -2.83f, 0, |
| 16 R_LINE_TO, -3.66f, 3.66f, | 16 R_LINE_TO, -3.66f, 3.66f, |
| 17 R_LINE_TO, 7.5f, 7.5f, | 17 R_LINE_TO, 7.5f, 7.5f, |
| 18 R_LINE_TO, 3.66f, -3.66f, | 18 R_LINE_TO, 3.66f, -3.66f, |
| 19 CLOSE, | 19 CLOSE, |
| 20 END | 20 END |
| OLD | NEW |