blob: 719f4921e004cd15f105002cc10f0d2e7a4c9397 [file] [log] [blame]
// Copyright 2015 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, 16,
DISABLE_AA,
MOVE_TO, 3, 2,
R_LINE_TO, 10, 10,
R_V_LINE_TO, 2,
R_LINE_TO, -4, -4,
R_V_LINE_TO, 3,
R_LINE_TO, -4, -4,
R_H_LINE_TO, -1,
R_V_LINE_TO, -3,
R_H_LINE_TO, 1,
R_LINE_TO, -3, -3,
CLOSE,
NEW_PATH,
STROKE, 1,
MOVE_TO, 8.5f, 3,
R_V_LINE_TO, 2.5f,
MOVE_TO, 10.5f, 6,
R_V_LINE_TO, 1.5f,
MOVE_TO, 12.5f, 5,
R_V_LINE_TO, 4.5f,
END