// 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, 20,
MOVE_TO, 2, 10,
R_ARC_TO, 8, 8, 0, 1, 1, 16, 0,
R_ARC_TO, 8, 8, 0, 0, 1, -16, 0,
CLOSE,
R_MOVE_TO, 1.88f, 0,
ARC_TO, 6.12f, 6.12f, 0, 0, 0, 10, 16.12f,
V_LINE_TO, 3.88f,
ARC_TO, 6.12f, 6.12f, 0, 0, 0, 3.88f, 10,
CLOSE