| // 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, 18, | |
| MOVE_TO, 3, 1, | |
| LINE_TO, 10, 1, | |
| LINE_TO, 15, 6, | |
| LINE_TO, 15, 17, | |
| LINE_TO, 3, 17, | |
| LINE_TO, 3, 1, | |
| CLOSE, | |
| MOVE_TO, 8, 3, | |
| LINE_TO, 5, 3, | |
| LINE_TO, 5, 15, | |
| LINE_TO, 13, 15, | |
| LINE_TO, 13, 8, | |
| LINE_TO, 8, 8, | |
| LINE_TO, 8, 3, | |
| CLOSE, | |
| MOVE_TO, 13, 6, | |
| LINE_TO, 10, 3, | |
| LINE_TO, 10, 6, | |
| LINE_TO, 13, 6, | |
| CLOSE, | |
| END |