pin.icon 595 B

123456789101112131415161718192021222324252627282930
  1. // Copyright 2018 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, 24,
  5. MOVE_TO, 7, 3,
  6. R_V_LINE_TO, 2,
  7. R_H_LINE_TO, 1,
  8. R_V_LINE_TO, 7,
  9. R_LINE_TO, -2, 2,
  10. R_V_LINE_TO, 2,
  11. R_H_LINE_TO, 5,
  12. R_V_LINE_TO, 6,
  13. R_LINE_TO, 1, 1,
  14. R_LINE_TO, 1, -1,
  15. R_V_LINE_TO, -6,
  16. R_H_LINE_TO, 5,
  17. R_V_LINE_TO, -2,
  18. R_LINE_TO, -2, -2,
  19. V_LINE_TO, 5,
  20. R_H_LINE_TO, 1,
  21. V_LINE_TO, 3,
  22. CLOSE,
  23. R_MOVE_TO, 3, 2,
  24. R_H_LINE_TO, 4,
  25. R_V_LINE_TO, 7.83f,
  26. LINE_TO, 15.17f, 14,
  27. R_H_LINE_TO, -6.34f,
  28. LINE_TO, 10, 12.83f,
  29. CLOSE