// Copyright 2020 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, 10, 13,
R_ARC_TO, 2.5, 2.5, 0, 1, 0, 0, -5,
R_ARC_TO, 2.5, 2.5, 0, 0, 0, 0, 5,
CLOSE,
MOVE_TO, 12, 3,
H_LINE_TO, 8,
LINE_TO, 6, 5,
H_LINE_TO, 4,
R_ARC_TO, 1, 1, 0, 0, 0, -1, 1,
R_V_LINE_TO, 9,
R_ARC_TO, 1, 1, 0, 0, 0, 1, 1,
R_H_LINE_TO, 12,
R_ARC_TO, 1, 1, 0, 0, 0, 1, -1,
V_LINE_TO, 6,
R_ARC_TO, 1, 1, 0, 0, 0, -1, -1,
R_H_LINE_TO, -2,
R_LINE_TO, -2, -2,
CLOSE,
MOVE_TO, 5, 7,
R_H_LINE_TO, 10,
R_V_LINE_TO, 7,
H_LINE_TO, 5,
V_LINE_TO, 7,
CLOSE