// Copyright 2023 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_COLOR_ARGB, 0xFF, 0x1B, 0x1B, 0x1F,
MOVE_TO, 4, 15,
LINE_TO, 12, 10,
LINE_TO, 4, 5,
V_LINE_TO, 15,
CLOSE,
NEW_PATH,
PATH_COLOR_ARGB, 0xFF, 0x1B, 0x1B, 0x1F,
MOVE_TO, 16, 5,
H_LINE_TO, 14,
V_LINE_TO, 15,
H_LINE_TO, 16,
V_LINE_TO, 5,
CLOSE