blob: 834e7271cb6c5b4177239b3e80110327530249b5 [file] [log] [blame]
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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, 13, 16,
H_LINE_TO, 5,
V_LINE_TO, 8,
H_LINE_TO, 3,
R_V_LINE_TO, 8,
R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
R_H_LINE_TO, 8,
CLOSE,
R_MOVE_TO, 5, -4,
V_LINE_TO, 4,
R_CUBIC_TO, 0, -1.1f, -0.9f, -2, -2, -2,
H_LINE_TO, 9,
R_CUBIC_TO, -1.1f, 0, -2, 0.9f, -2, 2,
R_V_LINE_TO, 8,
R_CUBIC_TO, 0, 1.1f, 0.9f, 2, 2, 2,
R_H_LINE_TO, 7,
R_CUBIC_TO, 1.1f, 0, 2, -0.9f, 2, -2,
CLOSE,
R_MOVE_TO, -2, 0,
H_LINE_TO, 9,
V_LINE_TO, 4,
R_H_LINE_TO, 7,
CLOSE