blob: 1756b74d400bac08461537d9cab395227b85f732 [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, 10, 2,
R_CUBIC_TO, -4.42f, 0, -8, 3.58f, -8, 8,
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,
R_MOVE_TO, 0, 2.4f,
R_CUBIC_TO, 1.33f, 0, 2.4f, 1.07f, 2.4f, 2.4f,
R_CUBIC_TO, 0, 1.33f, -1.07f, 2.4f, -2.4f, 2.4f,
R_CUBIC_TO, -1.33f, 0, -2.4f, -1.07f, -2.4f, -2.4f,
R_CUBIC_TO, 0, -1.33f, 1.07f, -2.4f, 2.4f, -2.4f,
CLOSE,
MOVE_TO, 10, 16,
R_CUBIC_TO, -2.08f, 0, -3.92f, -1.07f, -5, -2.7f,
R_CUBIC_TO, 0.03f, -1.67f, 3.33f, -2.58f, 5, -2.58f,
R_CUBIC_TO, 1.66f, 0, 4.97f, 0.91f, 5, 2.58f,
R_CUBIC_TO, -1.07f, 1.63f, -2.92f, 2.7f, -5, 2.7f,
CLOSE,
END