| 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.48f, 24, | 6 MOVE_TO, 16.48f, 24, |
| 7 LINE_TO, 24, 16.5f, | 7 LINE_TO, 24, 16.5f, |
| 8 LINE_TO, 16.48f, 9, | 8 LINE_TO, 16.48f, 9, |
| 9 LINE_TO, 14, 11.5f, | 9 LINE_TO, 14, 11.5f, |
| 10 R_LINE_TO, 3.5f, 3.5f, | 10 R_LINE_TO, 3.5f, 3.5f, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 H_LINE_TO, 3, | 26 H_LINE_TO, 3, |
| 27 R_V_LINE_TO, 3.67f, | 27 R_V_LINE_TO, 3.67f, |
| 28 CUBIC_TO, 3, 27.5f, 4.48f, 29, 6.33f, 29, | 28 CUBIC_TO, 3, 27.5f, 4.48f, 29, 6.33f, 29, |
| 29 R_H_LINE_TO, 19.33f, | 29 R_H_LINE_TO, 19.33f, |
| 30 CUBIC_TO, 27.5f, 29, 29, 27.5f, 29, 25.67f, | 30 CUBIC_TO, 27.5f, 29, 29, 27.5f, 29, 25.67f, |
| 31 V_LINE_TO, 6.33f, | 31 V_LINE_TO, 6.33f, |
| 32 CUBIC_TO, 29, 4.5f, 27.5f, 3, 25.67f, 3, | 32 CUBIC_TO, 29, 4.5f, 27.5f, 3, 25.67f, 3, |
| 33 H_LINE_TO, 6, | 33 H_LINE_TO, 6, |
| 34 CLOSE, | 34 CLOSE, |
| 35 END | 35 END |
| OLD | NEW |