// 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, 14, | |
ARC_TO, 6, 6, 0, 1, 0, 8, 2, | |
R_ARC_TO, 6, 6, 0, 0, 0, 0, 12, | |
CLOSE, | |
R_MOVE_TO, -1, -3, | |
R_H_LINE_TO, 2, | |
V_LINE_TO, 9, | |
R_H_LINE_TO, 2, | |
LINE_TO, 8, 5, | |
LINE_TO, 5, 9, | |
R_H_LINE_TO, 2, | |
R_V_LINE_TO, 2, | |
CLOSE, | |
END |