blob: f2c69854dbad9ebc12957d8d11b1f0963233271b [file] [log] [blame]
// Copyright 2017 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,
STROKE, 2.f,
CAP_SQUARE,
MOVE_TO, 3, 8,
R_H_LINE_TO, 10,
MOVE_TO, 8, 3,
R_V_LINE_TO, 10,
END