// Copyright 2017 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, 5, 7,
R_H_LINE_TO, 10,
R_V_LINE_TO, 2,
H_LINE_TO, 5,
V_LINE_TO, 7,
CLOSE,
R_MOVE_TO, 0, 4,
R_H_LINE_TO, 10,
R_V_LINE_TO, 2,
H_LINE_TO, 5,
V_LINE_TO, 11,
CLOSE