photo.icon 563 B

123456789101112131415161718192021
  1. // Copyright 2015 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. CANVAS_DIMENSIONS, 18,
  5. MOVE_TO, 15, 13.67f,
  6. V_LINE_TO, 4.33f,
  7. CUBIC_TO, 15, 3.6f, 14.4f, 3, 13.67f, 3,
  8. H_LINE_TO, 4.33f,
  9. CUBIC_TO, 3.6f, 3, 3, 3.6f, 3, 4.33f,
  10. R_V_LINE_TO, 9.33f,
  11. CUBIC_TO, 3, 14.4f, 3.6f, 15, 4.33f, 15,
  12. R_H_LINE_TO, 9.33f,
  13. CUBIC_TO, 14.4f, 15, 15, 14.4f, 15, 13.67f,
  14. CLOSE,
  15. MOVE_TO, 6.67f, 10,
  16. R_LINE_TO, 1.67f, 2.01f,
  17. LINE_TO, 10.67f, 9,
  18. R_LINE_TO, 3, 4,
  19. H_LINE_TO, 4.33f,
  20. CLOSE