blob: d48903a1a9147d394c3a2b8af9e64503220e8dc0 [file] [log] [blame]
// Copyright 2016 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,
PATH_MODE_CLEAR,
STROKE, 2,
MOVE_TO, 4, 1.5f,
R_LINE_TO, 14, 14,
NEW_PATH,
CAP_SQUARE,
STROKE, 2,
MOVE_TO, 2, 1.5f,
R_LINE_TO, 14, 14,
END