// 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, 10, 10,
LINE_TO, 4, 14,
V_LINE_TO, 6,
LINE_TO, 10, 10,
CLOSE,
NEW_PATH,
PATH_COLOR_ARGB, 0xFF, 0x1B, 0x1B, 0x1F,
MOVE_TO, 10, 10,
V_LINE_TO, 14,
LINE_TO, 16, 10,
LINE_TO, 10, 6,
V_LINE_TO, 10,
CLOSE