| 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, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 5, 18.78f, | 6 MOVE_TO, 5, 18.78f, |
| 7 R_LINE_TO, 2.53f, -2.57f, | 7 R_LINE_TO, 2.53f, -2.57f, |
| 8 R_LINE_TO, 4.48f, 4.63f, | 8 R_LINE_TO, 4.48f, 4.63f, |
| 9 LINE_TO, 25.48f, 7, | 9 LINE_TO, 25.48f, 7, |
| 10 LINE_TO, 28, 9.59f, | 10 LINE_TO, 28, 9.59f, |
| 11 LINE_TO, 12.02f, 26, | 11 LINE_TO, 12.02f, 26, |
| 12 LINE_TO, 5, 18.78f, | 12 LINE_TO, 5, 18.78f, |
| 13 CLOSE, | 13 CLOSE, |
| 14 END | 14 END |
| OLD | NEW |