| 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, 28, | 5 CANVAS_DIMENSIONS, 28, |
| 6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, | 6 PATH_COLOR_ARGB, 0xFF, 0xFF, 0xFF, 0xFF, |
| 7 CIRCLE, 16, 13, 12, | 7 CIRCLE, 16, 13, 12, |
| 8 NEW_PATH, | 8 NEW_PATH, |
| 9 MOVE_TO, 14, 5, | 9 MOVE_TO, 14, 5, |
| 10 R_H_LINE_TO, 4, | 10 R_H_LINE_TO, 4, |
| 11 R_V_LINE_TO, 16, | 11 R_V_LINE_TO, 16, |
| 12 R_H_LINE_TO, -4, | 12 R_H_LINE_TO, -4, |
| 13 V_LINE_TO, 5, | 13 V_LINE_TO, 5, |
| 14 CLOSE, | 14 CLOSE, |
| 15 MOVE_TO, 8, 11, | 15 MOVE_TO, 8, 11, |
| 16 R_H_LINE_TO, 16, | 16 R_H_LINE_TO, 16, |
| 17 R_V_LINE_TO, 4, | 17 R_V_LINE_TO, 4, |
| 18 H_LINE_TO, 8, | 18 H_LINE_TO, 8, |
| 19 R_V_LINE_TO, -4, | 19 R_V_LINE_TO, -4, |
| 20 CLOSE, | 20 CLOSE, |
| 21 MOVE_TO, 14, 11, | 21 MOVE_TO, 14, 11, |
| 22 R_H_LINE_TO, 4, | 22 R_H_LINE_TO, 4, |
| 23 R_V_LINE_TO, 4, | 23 R_V_LINE_TO, 4, |
| 24 R_H_LINE_TO, -4, | 24 R_H_LINE_TO, -4, |
| 25 R_V_LINE_TO, -4, | 25 R_V_LINE_TO, -4, |
| 26 CLOSE, | 26 CLOSE, |
| 27 END | 27 END |
| OLD | NEW |