blob: 7ac36be48670fddc9747ae339b0ad3b55b3f12ac [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,
MOVE_TO, 7, 9,
R_LINE_TO, 4, -4,
R_LINE_TO, -1.5f, -1.5f,
LINE_TO, 3, 10,
R_LINE_TO, 6.5f, 6.5f,
LINE_TO, 11, 15,
R_LINE_TO, -4, -4,
R_H_LINE_TO, 9,
V_LINE_TO, 9,
CLOSE,
END