| 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 // A variant of ic_close with rounded corners. | 5 // A variant of ic_close with rounded corners. |
| 6 CANVAS_DIMENSIONS, 32, | 6 CANVAS_DIMENSIONS, 32, |
| 7 STROKE, 3.5f, | 7 STROKE, 3.5f, |
| 8 MOVE_TO, 8.75f, 8.75f, | 8 MOVE_TO, 8.75f, 8.75f, |
| 9 R_LINE_TO, 14.5f, 14.5f, | 9 R_LINE_TO, 14.5f, 14.5f, |
| 10 MOVE_TO, 8.75f, 23.25f, | 10 MOVE_TO, 8.75f, 23.25f, |
| 11 R_LINE_TO, 14.5f, -14.5f, | 11 R_LINE_TO, 14.5f, -14.5f, |
| 12 END | 12 END |
| OLD | NEW |