// Copyright 2024 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,
PATH_MODE_CLEAR,
MOVE_TO, 15.5f, 9.5f,
H_LINE_TO, 11,
V_LINE_TO, 20,
R_H_LINE_TO, 4.5f,
V_LINE_TO, 9.5f,
CLOSE,
R_MOVE_TO, -3, 7.5f,
H_LINE_TO, 14,
R_V_LINE_TO, 1.5f,
R_H_LINE_TO, -1.5f,
V_LINE_TO, 17,
CLOSE,
R_MOVE_TO, 0, -6,
H_LINE_TO, 14,
R_V_LINE_TO, 5,
R_H_LINE_TO, -1.5f,
R_V_LINE_TO, -5,
CLOSE