// Copyright 2018 The Chromium Authors | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
CANVAS_DIMENSIONS, 24, | |
MOVE_TO, 12, 5, | |
V_LINE_TO, 1, | |
LINE_TO, 7, 6, | |
R_LINE_TO, 5, 5, | |
V_LINE_TO, 7, | |
R_CUBIC_TO, 3.31f, 0, 6, 2.69f, 6, 6, | |
R_CUBIC_TO, 0, 3.31f, -2.69f, 6, -6, 6, | |
R_CUBIC_TO, -3.31f, 0, -6, -2.69f, -6, -6, | |
H_LINE_TO, 4, | |
R_CUBIC_TO, 0, 4.42f, 3.58f, 8, 8, 8, | |
R_CUBIC_TO, 4.42f, 0, 8, -3.58f, 8, -8, | |
R_CUBIC_TO, 0, -4.42f, -3.58f, -8, -8, -8, | |
CLOSE |