// Copyright 2018 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, 7,
MOVE_TO, 1, 2,
V_LINE_TO, 0,
R_H_LINE_TO, 4,
R_V_LINE_TO, 2,
R_H_LINE_TO, 1,
R_V_LINE_TO, 5,
H_LINE_TO, 0,
V_LINE_TO, 2,
R_H_LINE_TO, 1,
CLOSE,
R_MOVE_TO, 1, 2,
R_V_LINE_TO, 1,
R_H_LINE_TO, 2,
V_LINE_TO, 4,
H_LINE_TO, 2,
CLOSE,
R_MOVE_TO, 0, -3,
R_V_LINE_TO, 1,
R_H_LINE_TO, 2,
V_LINE_TO, 1,
H_LINE_TO, 2,
CLOSE