// 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, 16, | |
MOVE_TO, 8, 6, | |
R_LINE_TO, 3, 3, | |
R_LINE_TO, 1, -1, | |
R_LINE_TO, -4, -4, | |
R_LINE_TO, -4, 4, | |
R_LINE_TO, 1, 1, | |
R_LINE_TO, 3, -3, | |
CLOSE, | |
R_MOVE_TO, -4, 7, | |
R_H_LINE_TO, 8, | |
R_V_LINE_TO, -2, | |
H_LINE_TO, 4, | |
R_V_LINE_TO, 2, | |
CLOSE, | |
END |