Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 // Use of this source code is governed by a BSD-style license that can be | |
| 3 // found in the LICENSE file. | |
| 4 | |
| 5 CANVAS_DIMENSIONS, 13, | |
| 6 MOVE_TO, 6.5f, 13, | |
| 7 R_ARC_TO, 6.5f, 6.5f, 0, 1, 0, 0, -13, | |
| 8 R_ARC_TO, 6.5f, 6.5f, 0, 0, 0, 0, 13, | |
| 9 CLOSE, | |
| 10 R_MOVE_TO, 0, -2, | |
| 11 R_ARC_TO, 4.5f, 4.5f, 0, 1, 0, 0, -9, | |
| 12 R_ARC_TO, 4.5f, 4.5f, 0, 0, 0, 0, 9, | |
| 13 CLOSE, | |
| 14 END | |
| OLD | NEW |