| // Copyright 2021 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| CANVAS_DIMENSIONS, 20, | |
| MOVE_TO, 3, 3, | |
| LINE_TO, 18, 10, | |
| LINE_TO, 3, 17, | |
| V_LINE_TO, 3, | |
| CLOSE, | |
| MOVE_TO, 4.5, 5.36, | |
| LINE_TO, 14.45, 10, | |
| LINE_TO, 4.5, 14.64, | |
| V_LINE_TO, 12, | |
| LINE_TO, 9, 10, | |
| LINE_TO, 4.5, 8, | |
| V_LINE_TO, 5.36, | |
| CLOSE |