Chromium Code Reviews| 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, 20, | 5 CANVAS_DIMENSIONS, 20, |
| 6 PATH_MODE_CLEAR, | 6 PATH_MODE_CLEAR, |
| 7 CAP_SQUARE, | |
| 8 STROKE, 2, | 7 STROKE, 2, |
| 9 MOVE_TO, 4, 2, | 8 MOVE_TO, 4, 1.5f, |
| 10 R_LINE_TO, 14, 14, | 9 R_LINE_TO, 14, 14, |
| 11 NEW_PATH, | 10 NEW_PATH, |
| 12 CAP_SQUARE, | 11 CAP_SQUARE, |
| 13 STROKE, 2, | 12 STROKE, 2, |
| 14 MOVE_TO, 2, 2, | 13 MOVE_TO, 2, 1.5f, |
| 15 R_LINE_TO, 14, 14, | 14 R_LINE_TO, 14, 14, |
| 16 END | 15 END |
| OLD | NEW |