| // Copyright 2017 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, 36, | |
| MOVE_TO, 9, 13, | |
| R_H_LINE_TO, 18, | |
| R_V_LINE_TO, 3, | |
| H_LINE_TO, 9, | |
| R_V_LINE_TO, -3, | |
| CLOSE, | |
| R_MOVE_TO, 0, 7, | |
| R_H_LINE_TO, 18, | |
| R_V_LINE_TO, 3, | |
| H_LINE_TO, 9, | |
| R_V_LINE_TO, -3, | |
| CLOSE, | |
| END |