| 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, 32, | 5 CANVAS_DIMENSIONS, 32, |
| 6 MOVE_TO, 16.8f, 2, | 6 MOVE_TO, 16.8f, 2, |
| 7 R_H_LINE_TO, -1.4f, | 7 R_H_LINE_TO, -1.4f, |
| 8 R_V_LINE_TO, 10.63f, | 8 R_V_LINE_TO, 10.63f, |
| 9 LINE_TO, 8.97f, 6.2f, | 9 LINE_TO, 8.97f, 6.2f, |
| 10 LINE_TO, 7, 8.17f, | 10 LINE_TO, 7, 8.17f, |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 R_LINE_TO, 0.2f, -5.64f, | 25 R_LINE_TO, 0.2f, -5.64f, |
| 26 LINE_TO, 18, 7, | 26 LINE_TO, 18, 7, |
| 27 CLOSE, | 27 CLOSE, |
| 28 R_MOVE_TO, 3, 15.01f, | 28 R_MOVE_TO, 3, 15.01f, |
| 29 LINE_TO, 18, 25, | 29 LINE_TO, 18, 25, |
| 30 R_V_LINE_TO, -6, | 30 R_V_LINE_TO, -6, |
| 31 R_LINE_TO, 2.83f, 3.01f, | 31 R_LINE_TO, 2.83f, 3.01f, |
| 32 H_LINE_TO, 21, | 32 H_LINE_TO, 21, |
| 33 CLOSE, | 33 CLOSE, |
| 34 END | 34 END |
| OLD | NEW |