// 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, 32, | |
MOVE_TO, 17.33f, 18, | |
LINE_TO, 20, 15.33f, | |
LINE_TO, 18.67f, 14, | |
LINE_TO, 16, 16.67f, | |
LINE_TO, 13.33f, 14, | |
LINE_TO, 12, 15.33f, | |
LINE_TO, 14.67f, 18, | |
LINE_TO, 12, 20.67f, | |
LINE_TO, 13.33f, 22, | |
LINE_TO, 16, 19.33f, | |
LINE_TO, 18.67f, 22, | |
LINE_TO, 20, 20.67f, | |
LINE_TO, 17.33f, 18, | |
CLOSE, | |
END |