| // Copyright 2018 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| CANVAS_DIMENSIONS, 24, | |
| MOVE_TO, 11, 18, | |
| V_LINE_TO, 6, | |
| R_LINE_TO, -8.5f, 6, | |
| R_LINE_TO, 8.5f, 6, | |
| CLOSE, | |
| R_MOVE_TO, 0.5f, -6, | |
| R_LINE_TO, 8.5f, 6, | |
| V_LINE_TO, 6, | |
| R_LINE_TO, -8.5f, 6, | |
| CLOSE |