| 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 CANVAS_DIMENSIONS, 16, | 5 CANVAS_DIMENSIONS, 16, |
| 6 MOVE_TO, 2, 9.22f, | 6 MOVE_TO, 2, 9.22f, |
| 7 R_LINE_TO, 1.36f, -1.38f, | 7 R_LINE_TO, 1.36f, -1.38f, |
| 8 R_LINE_TO, 2.4f, 2.48f, | 8 R_LINE_TO, 2.4f, 2.48f, |
| 9 R_LINE_TO, 7.2f, -7.4f, | 9 R_LINE_TO, 7.2f, -7.4f, |
| 10 R_LINE_TO, 1.35f, 1.39f, | 10 R_LINE_TO, 1.35f, 1.39f, |
| 11 R_LINE_TO, -8.55f, 8.78f, | 11 R_LINE_TO, -8.55f, 8.78f, |
| 12 LINE_TO, 2, 9.22f, | 12 LINE_TO, 2, 9.22f, |
| 13 CLOSE, | 13 CLOSE, |
| 14 END | 14 END |
| OLD | NEW |