| // Copyright 2019 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, | |
| CIRCLE, 8, 8, 6.5, | |
| CIRCLE, 8, 8, 5, | |
| MOVE_TO, 4.7f, 7.2f, | |
| R_H_LINE_TO, 2.5, | |
| R_V_LINE_TO, -2.5, | |
| R_H_LINE_TO, 1.4, | |
| R_V_LINE_TO, 2.5, | |
| R_H_LINE_TO, 2.5, | |
| R_V_LINE_TO, 1.4, | |
| R_H_LINE_TO, -2.5, | |
| R_V_LINE_TO, 2.5, | |
| R_H_LINE_TO, -1.4, | |
| R_V_LINE_TO, -2.5, | |
| R_H_LINE_TO, -2.5, | |
| R_V_LINE_TO, -1.4, | |
| CLOSE |