// Copyright 2022 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, 16, 15,
LINE_TO, 8, 10,
LINE_TO, 16, 5,
V_LINE_TO, 15,
CLOSE,
MOVE_TO, 4, 5,
H_LINE_TO, 6,
V_LINE_TO, 15,
H_LINE_TO, 4,
V_LINE_TO, 5,
CLOSE