blob: def7350c9d54555f1019e1e00e0e551371d69e7c [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, 36,
PATH_COLOR_ALPHA, 0x4C,
MOVE_TO, 4, 32,
H_LINE_TO, 26,
V_LINE_TO, 14,
H_LINE_TO, 22,
CLOSE,
NEW_PATH,
PATH_COLOR_ALPHA, 0x4C,
MOVE_TO, 22, 14,
H_LINE_TO, 32,
V_LINE_TO, 4,
CLOSE,
NEW_PATH,
PATH_COLOR_ALPHA, 0xFF,
MOVE_TO, 4, 32,
H_LINE_TO, 18,
V_LINE_TO, 18,
CLOSE,
NEW_PATH,
MOVE_TO, 28, 32,
H_LINE_TO, 32,
V_LINE_TO, 28,
H_LINE_TO, 28,
CLOSE,
NEW_PATH,
MOVE_TO, 28, 26,
H_LINE_TO, 32,
V_LINE_TO, 16,
H_LINE_TO, 28,
CLOSE,
END